diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
| commit | d855c0a219a180497c2e50f9bc19bfce69b937a6 (patch) | |
| tree | 1ff8523d41b222fb356fb3404d2a53c26a7d6a3d /README.md | |
| parent | edd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (diff) | |
it printfs with the efi interface
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,14 +1,14 @@ -# sophia -uefi bootloader and kernel for x64 +# kjarna +uefi bootloader and kernel for x86\_64 ## how to use in order to use this you will require the following: -- clang 9.0+ -- gnu binutils -- qemu supporting x86\_64 -- an OVMF installation usable as a firmware for qemu +- clang 16.0+ +- gnu ld.bfd +- qemu +- OVMF 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 @@ -22,6 +22,8 @@ please feel free to create your own fork and send a PR. sophia is copyright-free for educational and personal use +additional copyrights apply to included code and data + ## ACPICA copyright notice this project uses portions of the ACPI Component Architecture |
