From 021090b45102e45b89529a6532cc3014b5e7b0f0 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 20 Aug 2021 17:00:12 +0800 Subject: [PATCH] minor update to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e199362..066011d 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ $ make clean $ make ``` -Or, if you just want to try out Hux without a development toolchain, download both the released kernel image `hux.iso` and the initial file system image `vsfs.img` to the folder. (The images have bot been uploaded yet. The first release of Hux is coming soon.) +Or, if you just want to try out Hux without a development toolchain, download both the released kernel image `hux.iso` and the initial file system image `vsfs.img` (a little bit large) to the folder. -To run Hux in QEMU (currently only supports GUI VGA mode, "nographics" mode is coming soon), do: +To run Hux in QEMU (currently only supports GUI VGA mode so requires a desktop host environment, "nographics" mode is coming soon), do: ```bash $ make qemu @@ -94,6 +94,7 @@ Check the "References" section [here](https://github.com/josehu07/hux-kernel/wik - [x] Time-sharing scheduler - [x] Basic IDE disk driver - [x] Very simple file system +- [ ] Support for nographics mode - [ ] More user-level utilities - [ ] Thorough user-level tests - [ ] Caching, swapping, & logging