From 58804851fc49f6db1c87f791d39779766108efb0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 13 Oct 2019 12:45:13 +0200 Subject: Improved code quality --- README.md | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b962360..ea0b03c 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,36 @@

„A lightweight unix-like operating system“

- + + + + + +

## Build * Use any system running GNU/Linux (Successfully tried building on Debian, Arch Linux and even OpenBSD) + * Install build dependencies (package names may vary depending on your operating system) - * binutils - * gcc - * make - * bison - * flex - * gmp - * mpc - * mpfr - * texinfo - * curl - * nasm - * grub - * qemu + * binutils + * gcc + * make + * bison + * flex + * gmp + * mpc + * mpfr + * texinfo + * curl + * nasm + * grub + * qemu + * Build a cross compiler using `make cross` -* Run `make build` + +* Run `make build` + * Test Melvix in QEMU (opens after `make test`) + * Optional: Flash the built ISO to a USB/Floppy/CD drive using `sudo dd if=./build/melvix.iso of=/dev/sdX bs=4M oflag=sync` -- cgit v1.2.3