Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nifanfa committed Jan 31, 2023
1 parent 436fb15 commit 828f566
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ConsoleApp1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ unsafe class Program
{
static void Main() { }

//QEMU corrupts BOOTX64.efi, which is probably why it doesn't work on real hardware, please notice!
//If you want to running this on real hardware, please press ctrl+b to rebuild this repo and copy
//files from Disk folder to your usb drive, of course you have to format your usb drive to fat32 and
//use GUID partition table first
[System.Runtime.RuntimeExport("EfiMain")]
static EFI_STATUS EfiMain(EFI_HANDLE imageHandle, EFI_SYSTEM_TABLE* systemTable)
{
Expand Down

0 comments on commit 828f566

Please sign in to comment.