Skip to content

Releases: realchonk/BenOS

v0.2.1-alpha

14 Mar 16:47
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release
  • added transparency with vga_blit_transparent() and vga_blit_sprite()
  • added transparency to the example program
  • cursor is not being drawn even if it is partially outside of the screen
  • controls for the example program are:
    • select color: 0 to 9 and A to F
    • to select background color hold SHIFT

v0.2-alpha

14 Mar 15:31
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release
  • added multitasking
  • added vga support
  • added ASCII drawing routines
  • added 3 ASCII fonts (16x16, 12x12, 8x8)
  • added serial IO
  • added system calls
  • added io::DriverManager::find()
  • added simple exception support: sys_except()
    Bugs fixed:
  • fixed abort: on some machines abort() would halt the machine, no abort() reboots the machine

Tools

06 Mar 16:05
508867f
Compare
Choose a tag to compare

These are the tools used by me to make the OS.
A guide how you can build the tools is found under
https://wiki.osdev.org/GCC_Cross-Compiler

Initial Release

06 Mar 16:00
508867f
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1-alpha

Create README.md