diff options
author | Benji Dial <benji@benjidial.net> | 2024-01-15 15:57:07 -0500 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-01-15 15:57:07 -0500 |
commit | 53135e2592c21cb9b2609bf95242aaf1f19233da (patch) | |
tree | 22665d75abbc6b896716fa9c3da7a505629ba1c6 | |
parent | c9a1266d219a83882735a3a8304f3824e0219cdb (diff) | |
download | hilbert-os-53135e2592c21cb9b2609bf95242aaf1f19233da.tar.gz |
update readme
-rw-r--r-- | readme.txt | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -1,6 +1,13 @@ -hilbert is a 64-bit hobby operating system. to build and test it, you will need -some dependencies. these can be installed on debian with: +hilbert os is a 64-bit hobby operating system, which is not +very mature yet. to build and test it, you will need some +dependencies. these can be installed on debian with: apt install g++ gcc gdb git make nasm qemu-system-x86 xorriso -then, just run "make -jx", replacing x with the number of threads to use while -building. this will create a bios-bootable disk image in out/disk.iso. you can -then test it in qemu with gdb attached by running "make run". + +then, just run "make -jx", replacing x with the number of threads to use +while building. this will create a bios-bootable disk image in out/disk.iso. +you can then test it in qemu with gdb attached by running "make run". + +hilbert uses the limine bootloader, which is downloaded during the make process +into the limine directory. once that happens, you can find its license in +limine/COPYING. hilbert also uses the terminus font, which is in the terminus +directory. you can find its license in terminus/license.txt |