summary refs log tree commit diff
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-02-14 20:04:35 +0200
committerWlodekM <[email protected]>2025-02-14 20:04:35 +0200
commitc7b710ca3947d74bdb8505398abc18e9d3041ca8 (patch)
tree93e5ecd68c5c9c43010865985d5c22af4442024e
parentfa71d9ab15c046f2e0b886bc365310f2ccf79800 (diff)
some other stuff uuh
-rw-r--r--mkramfs.sh7
-rw-r--r--readme.md7
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