aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-11-18 23:15:36 +0100
committerMarvin Borner2020-11-18 23:15:36 +0100
commit5cbae640827c35d4c730e20b68b8e389c3c30496 (patch)
treeee94092acf11f5b5ea96ec0599ae4ffdd04bd7cd /README.md
parent2856c741f1e8b642658d12abc8153132dd1de67e (diff)
Updated readme instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a4234f..83901ea 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ This project is somewhat of a coding playground for me. It doesn't have any usef
- EXT2 filesystem
- Minimal GUI
- Fast boot time (< 1s)
+- TCP/IP stack and rtl8139 driver
- Small size (< 100KiB)
- Compiles with `-Wall -Wextra -pedantic-errors -std=c99 -Ofast`
@@ -33,14 +34,23 @@ This project is somewhat of a coding playground for me. It doesn't have any usef
![Melvix screenshot](screenshot.png?raw=true "Screenshot")
-## Build/Test
+## Test
+
+- Install the qemu i386 emulator
+- Download the `disk-img` artifact from the newest [GitHub Workflow build](https://github.com/marvinborner/Melvix/actions)
+- Unzip `disk-img.zip`
+- Run `qemu-system-i386 -vga std -drive file=path/to/disk.img,format=raw,index=1,media=disk -netdev user,id=net0 -device rtl8139,netdev=net0`
+- Enjoy, or try building it yourself!
+
+## Build & Test
- Use any system running GNU/Linux or OpenBSD
- Install build dependencies (package names may vary depending on your operating system)
- Ubuntu/Debian _"instructions"_ can be found here: [GitHub Workflow](https://raw.githubusercontent.com/marvinborner/Melvix/main/.github/workflows/build.yml)
- - OpenBSD: `pkg_add ccache gcc g++ gmake bison gmp libmpc mpfr texinfo curl nasm qemu e2fsprogs`
+ - OpenBSD: `pkg_add git ccache gcc g++ gmake bison gmp libmpc mpfr texinfo curl nasm qemu e2fsprogs`
+ - git
- binutils
- ccache
- gcc
@@ -55,6 +65,8 @@ This project is somewhat of a coding playground for me. It doesn't have any usef
- nasm
- qemu
+- Clone this repository using `git clone --recurse-submodules https://github.com/marvinborner/Melvix.git`
+
- Load fonts and images into the disk image via `./run disk`
- Run `./run`