From 8edbc85a705d10e1d520ca7acf7d97d23d7b20d7 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 20:04:27 +0100 Subject: Add pwd command utility --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3