Skip to content

First release

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:27
· 29 commits to main since this release
2f5365c

What this OS has

  • Full TCP/IP network stack
  • Text mode and Graphical Mode
  • Mouse and keyboard support
  • Screenshot capture and save to disk (PrtSc + savescr)
  • Stopwatch and countdown timer windows
  • Basic file browser
  • Taskbar with window switching
  • Custom wallpaper support (640×480 8-bit BMP)
  • Data disk read and write

Planning to implement

  • Sound support
  • An actual browser
  • VBE -> VESA
  • Support for FAT12
  • Support for USB
  • More to come...

Downloads

claudeos.iso | Bootable ISO image
data.img | Data disk image

Running with QEMU (every feature tested)

qemu-system-x86_64 ^
-cdrom claudeos.iso ^
-drive format=raw,file=data.img,if=ide,index=3 ^
-boot d ^
-m 128M ^
-cpu qemu64 ^
-smp 1 ^
-vga std ^
-rtc base=localtime ^
-audiodev id=snd,driver=dsound ^
-machine pcspk-audiodev=snd ^
-nic user,model=e1000 ^
-display sdl,window-close=on ^
-name "Operating System" ^
-serial stdio ^
-no-reboot