diff options
author | WlodekM <[email protected]> | 2025-02-14 20:04:35 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-14 20:04:35 +0200 |
commit | c7b710ca3947d74bdb8505398abc18e9d3041ca8 (patch) | |
tree | 93e5ecd68c5c9c43010865985d5c22af4442024e | |
parent | fa71d9ab15c046f2e0b886bc365310f2ccf79800 (diff) |
some other stuff uuh
-rw-r--r-- | mkramfs.sh | 7 | ||||
-rw-r--r-- | readme.md | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mkramfs.sh b/mkramfs.sh new file mode 100644 index 0000000..642509d --- /dev/null +++ b/mkramfs.sh @@ -0,0 +1,7 @@ +mkdir init + +mkdir init/bin +mkdir init/sbin + +cp build/* init/bin +cp sbuild/* init/sbin \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5e9eadc --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# nyaOS + +a half-working small linux distro + +put the kernel in ./kernel + +uuuh idk how to save config so ocnfigue it urself :3 |