diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 14:19:45 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 14:19:45 +0100 |
| commit | 6d42a1476ab5dd2893fd5ab8de4b473be120e796 (patch) | |
| tree | e93e1a1a85d60079fcb289846e6d659a4fbe32ee | |
| parent | bd59dd1652787bc3ba330fdf6becba57961626bb (diff) | |
add deps and qemu description
| -rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,18 @@ # reX - a small operating system +## Dependencies + +- gcc +- make +- ar +- mkisofs +- isohybrid +- curl +- tar +- qemu (optional) + +## Build + To build the iso just run ```sh @@ -16,6 +29,23 @@ More precisely it: 5. Creates an initramfs 6. Creates an iso with ISOLINUX +## Run in Qemu + +To run reX in qemu simply type + +``` +$ make qemu +``` + +If you want to run it in the nographics mode run + +``` +$ make qemu-nographic +``` + +> **IMPORTANT** When using nographic use the Serial mode +> by selecting *Boot reX over serial* +> in the bootloader. ## Author |