A bare metal kernel with just Guess the Number
- Guess the Number
- 32-bit
- custom bootloader
- pseudo-random number generator seeded on user input ticks
Thanks to @cfenollosa's amazing os-tutorial repo
Build the dev container, then to build the disk image
makeTo run, launch the qemu ui using ncurses
make qemu- Better random number generator(currently has pseudo random digits but that repeat with each boot)
- Stop user from deleting the prompt
