diff options
author | Marvin Borner | 2019-09-22 01:48:01 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-22 01:48:01 +0200 |
commit | 5bc3e8c3553b749d848169de7177b238f4396f9b (patch) | |
tree | 4f57ad76a2e75191f928c3004780ba705124de4b /README.md | |
parent | d9324456b4dd4b3a520534fa7a2996358d3484f0 (diff) |
Moved shell files into Makefile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,6 +19,7 @@ * nasm * grub * qemu -* Run `make` -* Test Melvix in QEMU (should open automatically after successful `make`) +* Build a cross compiler using `make cross` +* 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` |