From 51cfcb98bde7e78b4817a9060885b25b6c3d354c Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 18 Mar 2022 12:24:48 +0000 Subject: now using clang, native PE UEFI loader image. made an ugly hack to get into the shim. it's probably ok. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e68d251..203a4aa 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ whoever is outside my house yelling "comment your code!" i will never comment my in order to use this you will require the following: -- a gcc cross-compiler targeting x86\_64-elf. instructions [here](https://wiki.osdev.org/GCC_Cross-Compiler) +- clang 9.0+ - qemu supporting x86\_64 - an OVMF installation usable as a firmware for qemu -- gnu-efi +- gnu-efi for EFI headers generally it is only currently possible to build from a POSIX-like system. this is not a rule, but i do not currently support any other means -- cgit v1.3.1-1-g115d