diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,8 +2,8 @@ hilbert os is a 64-bit hobby operating system, which is not very mature yet. to build and test it, you will need some software installed. on debian, i believe running command [1] below as root (e.g. with sudo) is sufficient. the default makefile target builds a disk image at build/disk.iso that can be booted on a -64-bit bios system. you can use command [2] to build that. finally, use command -[3] to run the disk in qemu with gdb attached. +64-bit bios system. you can use command [2] to build that. finally, use +command [3] to run the disk in qemu with gdb attached. [1] apt install g++ gdb git make nasm qemu-system-x86 xorriso [2] make -j$(nproc) @@ -58,9 +58,10 @@ license in isc.txt (isc license): - libraries - makefile -the following directories and files are copyright 2024 benji dial, under the -license in cc-by.txt (creative commons attribution 4.0 international): +the following directories and files are by benji dial, and are released under +the public domain dedication in cc0.txt (creative commons cc0 1.0 universal): + - documentation - skeleton/assets/pointer.ppm project structure: |