summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 20:04:27 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 20:04:27 +0100
commit8edbc85a705d10e1d520ca7acf7d97d23d7b20d7 (patch)
treeef632ef33e1118cd42443c6bebda03ec4d6df3a0 /README
parent4d80a0e029936f44b7af92144bda4f9c8d31c586 (diff)
Add pwd command utility
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..acfd2403
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+Introduction
+============
+
+Openlinux is lightweight linux userspace distribution designed to be small,
+portable and fast. It is definitely a work in progress.
+
+Building
+========
+
+The real system build is not done yet, but you can build the tools and libs
+for development using make in the root directory.
+
+Configuration
+=============
+
+The configuration is defined in a ".config" file in the root directory.
+You can use menuconfig target in make to create/edit it.
+
+Architecture support
+====================
+
+ arm64: Not yet
+ x86-64: Working
+ ...: Not planned for now