Skip to content

Commit

Permalink
added initial opencore efi, with opencore 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hamido committed May 31, 2020
1 parent cbd81f5 commit 974aec7
Show file tree
Hide file tree
Showing 79 changed files with 44,795 additions and 0 deletions.
115 changes: 115 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@

# Created by https://www.gitignore.io/api/code,linux,macos,windows,sublimetext
# Edit at https://www.gitignore.io/?templates=code,linux,macos,windows,sublimetext

### Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
*.webloc

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### SublimeText ###
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# Workspace files are user-specific
*.sublime-workspace

# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
# *.sublime-project

# SFTP configuration file
sftp-config.json

# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache

# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/code,linux,macos,windows,sublimetext

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [1.0.0] - 2020-05-31
### Added
- OpenCore version 0.5.8
Binary file added EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-AWAC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EC-USBX.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PMC.aml
Binary file not shown.
Binary file added EFI/OC/Bootstrap/Bootstrap.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Loading

0 comments on commit 974aec7

Please sign in to comment.