diff options
author | Benji Dial <benji@benjidial.net> | 2024-05-18 21:53:38 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-05-18 21:53:38 -0400 |
commit | b1a912a8a6ff472a49b2e0a09cfd433adfc2cb24 (patch) | |
tree | 5009d4415ba13e4baa37f3d0271852528130fd3b /skeleton | |
parent | a8a80d326de9550b2a25b1255a2093ab43219ede (diff) | |
download | hilbert-os-b1a912a8a6ff472a49b2e0a09cfd433adfc2cb24.tar.gz |
reorganization, cross compiler
Diffstat (limited to 'skeleton')
-rw-r--r-- | skeleton/assets/burden.ppm (renamed from skeleton/init/burdon.ppm) | 0 | ||||
-rw-r--r-- | skeleton/assets/readme.txt | 4 | ||||
l--------- | skeleton/cfg/default.key | 1 | ||||
-rw-r--r-- | skeleton/cfg/init.sh | 1 | ||||
-rw-r--r-- | skeleton/init/readme.txt | 3 |
5 files changed, 6 insertions, 3 deletions
diff --git a/skeleton/init/burdon.ppm b/skeleton/assets/burden.ppm index fe4a66a..fe4a66a 100644 --- a/skeleton/init/burdon.ppm +++ b/skeleton/assets/burden.ppm diff --git a/skeleton/assets/readme.txt b/skeleton/assets/readme.txt new file mode 100644 index 0000000..56b1a9b --- /dev/null +++ b/skeleton/assets/readme.txt @@ -0,0 +1,4 @@ +the photo in burden.ppm is "selective focus photography snowflakes" by aaron +burden. it can be found online at +https://unsplash.com/photos/selective-focus-photography-snowflakes-9yhy1FXlKwI. +its license can be found online at https://unsplash.com/license. diff --git a/skeleton/cfg/default.key b/skeleton/cfg/default.key new file mode 120000 index 0000000..9ad07aa --- /dev/null +++ b/skeleton/cfg/default.key @@ -0,0 +1 @@ +qwerty.key
\ No newline at end of file diff --git a/skeleton/cfg/init.sh b/skeleton/cfg/init.sh new file mode 100644 index 0000000..312dba0 --- /dev/null +++ b/skeleton/cfg/init.sh @@ -0,0 +1 @@ +/bin/wm & diff --git a/skeleton/init/readme.txt b/skeleton/init/readme.txt deleted file mode 100644 index 294909f..0000000 --- a/skeleton/init/readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -the photo in burdon.ppm is by aaron burdon, and can be found online at -https://unsplash.com/photos/selective-focus-photography-snowflakes-9yhy1FXlKwI. -its license can be found at https://unsplash.com/license. |