Skip to content

CactusOS V1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Remco123 Remco123 released this 26 May 11:58
· 80 commits to master since this release

Progress done in this release:

GUI

  • Can now resize windows.
  • Fullscreen is not a thing yet.
  • Windows can move outside desktop bounds.
  • Resolution based on monitor (via EDID information).
  • Support for jpg images.

VM8086

  • Simplified implementation.
  • Small bug with ES register still present, need to look into this.

System

  • Added support for Advanced Power Management (APM) via bios calls.
    • Shutdown possible if acpi is not found.
  • Moved some memory areas, now more space for both kernel and user.
  • Full fat32 support.
    • Fat12 and Fat16 should be easy to add aswell.