diff options
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. |