summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-03-18 12:24:48 +0000
committerAda Christine <adachristine18@gmail.com>2022-03-18 12:24:48 +0000
commit51cfcb98bde7e78b4817a9060885b25b6c3d354c (patch)
treea7ba8214cdfbc170dceded6e8deb883efd100ae4 /README.md
parent5826f2045cca28b7c9ba8a5b65b4b4928eb6b461 (diff)
now using clang, native PE UEFI loader image. made an ugly hack to get
into the shim. it's probably ok.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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