diff --git a/README.md b/README.md index 7527da3..893de96 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I however would recomend atleast a Pentium 2 Class System or higher. ## Features - Support for the GNU GRUB 2 Bootloader and Multiboot V2 -- Custom Theme for GRUB (Coming Soon!) +- Custom Theme for GRUB (Not Complete Yet!) - Basic Memory Paging - Support for Floppy Disk Drives (FDDs) - Basic Serial (RS-232) Support @@ -36,13 +36,13 @@ You could also run `make all` but the scripts a bit better tbh, it even automate - gcc (or really any C compiler) - nasm -#### Only Needed to Build the Image +#### Only Required to Build the Image - grub2 - parted ## How is Testing Done -Testing is mostly done with QEMU These days, but I do sometimes pull out my Dell Latitude D610 to test on (for anyone wondering its completely maxed out. [2GB of ram Pentium M @ 2.23GHz]) +Testing is mostly done with QEMU These days, but I do sometimes pull out my Dell Latitude D610 to test on real hardware (for anyone wondering its completely maxed out. [2GB of ram Pentium M @ 2.23GHz]) ## Thanks! Resources I've Used Throughout the Project diff --git a/doc/Kernel Params.md b/doc/Kernel Params.md index 372a396..13f0c05 100644 --- a/doc/Kernel Params.md +++ b/doc/Kernel Params.md @@ -5,7 +5,7 @@ They should be seperated via commas **WITHOUT ANY SPACES!** ## List of Parameters -- `quietkb` : Makes Keyboard Driver NOT Auto Output pressed keys to Video +- `quietkb` : Makes Keyboard Driver NOT Auto Output pressed keys to Serial Console ## NOTE: THIS IS NOT CURRENTLY FULLY IMPLEMENTED! (or Really At all For now... Need to make the damn disk calls) \ No newline at end of file