safijirk@SafijirkComputer:~/nimbly-os$ cat info.txt
Nimbly-OS [Version 0.0.1]
[INFO] Initializing x86 Protected Mode Kernel...
[INFO] Mapping VGA Framebuffer at 0xA0000 (Mode 13h)
[OK] Custom Scan-code Keyboard Interpreter loaded.
[OK] CoreGuess mini-game successfully compiled.
== HARDWARE TARGET SPECS ==
ARCH: i386 / 32-bit Protected Mode
VIDEO: VGA 80x25 Text & 320x200 256-Color Graphic Pipeline
FS_FORMAT: ISO-9660 Bootable Image
STATUS: Stable Real-Hardware Rollback Complete
== USER MANUAL: HOW TO RUN ==
Quick Boot via QEMU Emulator
If you have QEMU installed, you can spin up the operating system instantly from your command line terminal.
Linux | WSL (Terminal):
sudo apt update
sudo apt install build-essential gcc-multilib genisoimage qemu-system-x86
cd *folder with files*
qemu-system-i386 -m 64M -kernel ~/nimbly-os/mykernel.bin
CMD run
If you have QEMU installed, you can spin up the operating system instantly from your command line terminal.
CMD:
Download Qemu (https://www.qemu.org/)
cd *folder with qemu*
qemu-system-i386.exe -m 64M -kernel *folder with files*/mykernel.bin
safijirk@SafijirkComputer:~/nimbly-os$
<< ABORT_AND_RETURN_TO_MAIN_HOST