diff options
author | Benji Dial <benji@benjidial.net> | 2024-07-31 13:36:53 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-07-31 13:36:53 -0400 |
commit | b1cf9e5dfbc8967bd7cb2a22ec1e5e521f4e0e6e (patch) | |
tree | 00837891f9b9bf232e540a6f9b3e16f2438865c3 /readme.txt | |
parent | 86b343f17175ef3e1fad2197636f75770466aa7c (diff) | |
download | hilbert-os-b1cf9e5dfbc8967bd7cb2a22ec1e5e521f4e0e6e.tar.gz |
add clock
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -67,12 +67,16 @@ the following directories and files are released under the text in cc0.txt project structure: + - applications/clock: + a simple application that displays the current time in EDT. + - applications/goldman: - the default compositor, in a very early stage + the default compositor. - applications/init: - the initial program loaded by the kernel. currently it just - (attempts to) start /bin/compositor and then /bin/hello. + the initial program loaded by the kernel. currently it just starts the + compositor and the clock, but in the future it will read some kind of + configuration file and decide what to do based on that. - documentation: documentation. currently this directory is a bit disorganized, and has |