8000 Releases · krustowski/rou2exOS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: krustowski/rou2exOS

v0.8.1

01 Jul 14:31
Compare
Choose a tag to compare

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

19 Jun 13:23
Compare
Choose a tag to compare
  • Added a simple TCP chat server/client
  • New command debug --- dumps debug logs to stdout and writes to DEBUG.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
0