From 5bc9413c619d90b89b8b09134125753dc8e031a0 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 27 Jul 2024 17:10:00 -0400 Subject: put pointer icon and documentation under cc0 --- readme.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 331d767..0b32331 100644 --- a/readme.txt +++ b/readme.txt @@ -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: -- cgit v1.2.3