diff options
author | Benji Dial <benji@benjidial.net> | 2024-05-20 17:40:47 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-05-20 17:40:47 -0400 |
commit | 9af5588c30c4126a2800aae1afcb0de2c373dc6c (patch) | |
tree | d2a48a97b1664f958b5f88a8b0c03ef8366b0f49 /readme.txt | |
parent | 5a54df93c4e9368c36e69d1e9c88cd2904e92308 (diff) | |
download | hilbert-os-9af5588c30c4126a2800aae1afcb0de2c373dc6c.tar.gz |
rewrite application stuff in the kernel to support multitasking
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -15,7 +15,6 @@ acknowledgements (any under "dependencies" are downloaded during build): copyright 2024 free software foundation, inc. license: dependencies/binutils/COPYING (gnu gpl v2) homepage: https://www.gnu.org/software/binutils/ - note: the patch in patches/binutils.txt is applied before building - dependencies/gcc (gnu compiler collection v14.1.0) copyright 2024 free software foundation, inc. @@ -60,9 +59,12 @@ license in cc-by.txt (creative commons attribution 4.0 international): project structure: + - applications/goldman: + in the future, this will be the default compositor. + - applications/init: - the initial program loaded by the kernel. currently it displays the image - by aaron burden, and inverts the colors when the enter key is pressed. + the initial program loaded by the kernel. currently it just + (attempts to) start /bin/compositor and then /bin/hello. - documentation: documentation. currently this directory is a bit disorganized, and has @@ -78,8 +80,5 @@ project structure: - libraries/daguerre: an image loading / rendering library. - - patches/binutils.txt: - a patch that is applied to gnu binutils before it is built. - - skeleton: files that are copied directly to the initfs. |