Releases: krustowski/rou2exOS
Releases · krustowski/rou2exOS
v0.8.1
In this release, many system components are to be enhanced and upgraded. Moreover, this release features:
- kernel video mode split: introducing the graphics mode skeleton
- double kernel build (see above) and linking
- second GRUB entry to choose the video mode before kernel init
- better debug logs and handling
- refactor of the FAT12 implementation
- CPU exception handling (0x06, 0x08, 0x0e)
- IDT reload on kernel init
- kernel ABI (Application Binary Interface) specification draft
- syscall handler implementing the ABI
- experimental run command to load and execute external (flat) binaries
v0.7.6
- Added a simple TCP chat server/client
- New command
debug
--- dumps debug logs to stdout and writes toDEBUG.TXT
if the filesystem is initialized - Clean up
To run the ISO image, use QEMU emulator with -cdrom
and -fda
flags. To boot right from the "CD" add -boot d
.
qemu-system-x86_64 -boot d -cdrom r2.iso -fda fat.img