[+] Init OC 0.8.3

This commit is contained in:
Hykilpikonna
2022-09-03 00:19:37 -04:00
commit 5e97f72305
42 changed files with 1812 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
+1
View File
@@ -0,0 +1 @@
OpenCore
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
OpenCore
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1796
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
# XPS-7390-2in1
OpenCore for XPS 13 7390 2in1 Monterey
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Mount point
MNT="/Volumes/OC"
dot_clean .
# Similar to rm then cp but faster
rsync --recursive --links --perms --group --owner \
--progress --delete --update ./EFI/* "${MNT}/EFI"