Let's get better
make betterKernel.iso
qemu-system-i386 -cdrom build/betterKernel.iso
vncviewer
NOTE: Make sure QEMU and TigerVNC are installed. This compilation was tested on Arch Linux, may not compile on Windows.
After you type in vncviewer, you need to enter the address displayed on the first terminal.
- G++ Compiler
- QEMU
- TigerVNC
- xorriso
- How to get scancodes ? Click here
- __stack_chk_fail_local ERROR -> Add -fno-stack-protector in GCC Flags
- To view all qemu devices -> qemu-system-x86_64 -device help