diff options
author | Benji Dial <benji@benjidial.net> | 2024-07-27 17:10:00 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-07-27 17:10:00 -0400 |
commit | 5bc9413c619d90b89b8b09134125753dc8e031a0 (patch) | |
tree | f74fa5facff94fdb0bc1e5b3d9cb7cb4367a5a8a /readme.txt | |
parent | fbfc078e9f44c1c1e95c9c484f1d5650bcf631b7 (diff) | |
download | hilbert-os-5bc9413c619d90b89b8b09134125753dc8e031a0.tar.gz |
put pointer icon and documentation under cc0
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: |