From 2f78856a4241b1c96761c3c0f1de395fdab52f64 Mon Sep 17 00:00:00 2001 From: Regina König Date: Tue, 23 Jun 2020 02:40:28 +0200 Subject: EFI_GUID struct --- documentation/EFI_GUID | 6 ++++++ documentation/how to run OVMF | 17 ----------------- 2 files changed, 6 insertions(+), 17 deletions(-) create mode 100644 documentation/EFI_GUID delete mode 100644 documentation/how to run OVMF (limited to 'documentation') diff --git a/documentation/EFI_GUID b/documentation/EFI_GUID new file mode 100644 index 0000000..521b083 --- /dev/null +++ b/documentation/EFI_GUID @@ -0,0 +1,6 @@ +typedef struct { +UINT32 Data1 ; +UINT16 Data2 ; +UINT16 Data3 ; +UINT8 Data4[8]; +} EFI_GUID; diff --git a/documentation/how to run OVMF b/documentation/how to run OVMF deleted file mode 100644 index 9776c9e..0000000 --- a/documentation/how to run OVMF +++ /dev/null @@ -1,17 +0,0 @@ -- Create a directory for the *.efi applications. The name is "hda-contents" - -1. With qemu-system-x86_64 command: - -- Create OVMF.fd -> rename it to bios.bin - -- Either place it into the same directory from where the command is executed - or specify the path to bios.bin as argument to -L - -run qemu-system-x86_64 -L . -hda fat:hda-contents -net none // TODO not possible to boot into EFI shell - - - -2. With kvm command: - -run sudo kvm -bios OVMF.fd -hda fat:hda-contents -net none // boots into UEFI Shell - -- cgit v1.2.3-55-g7522