From b9e24d834ca1a979a0ae433646252d339ef5a81b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 27 Aug 2020 22:47:05 +0200 Subject: Updated instructions --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cba028f..1433dc1 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,20 @@ ## Disclaimer -This project is somewhat of a coding playground for me. It doesn't have any useful functionality. Be aware that the installation on real hardware is not recommended and may break your computer. +This project is somewhat of a coding playground for me. It doesn't have any useful functionality (yet?). Be aware that the installation on real hardware is not recommended and may break your computer. ## Features - From scratch (no POSIX/UNIX compatibility at all) - No external libraries - Efficient Multitasking +- EXT2 filesystem +- Minimal GUI - Fast boot time (< 1s) -- Small size (~10KiB) +- Small size (~12KiB) - Compiles with `-Wall -Wextra -pedantic-errors -std=c99 -Os` -## Build +## Build/Test - Use any system running GNU/Linux @@ -45,9 +47,11 @@ This project is somewhat of a coding playground for me. It doesn't have any usef - nasm - qemu -- Build a cross compiler using `./run cross` +- Load fonts and images into the disk image via `./run disk` -- Run `./run build` or `./run test` +- Run `./run` + +- If you need help: `./run to help` ## Licenses -- cgit v1.2.3