Skip to content

Bootloader+OS+Kernel written in Open Watcom 2.0 C and also assembly.

Notifications You must be signed in to change notification settings

SpaceFishDev/raptor-os

Repository files navigation

RAPTOR-OS

An OS written to target 16 bit real mode cpus. (AKA every x86 cpu). The OS uses its own file system so its useless if you use another OS on the same floppy disks.

FEATURES

  • File system. The OS currently has its own file system.
  • DOS api emulation. The OS has its own DOS interrupt emulation. It's not done, but shouldn't take too long.
  • Keyboard I/O
  • Printf/Puts/Putc (complex string output.)

GOALS:

  • Dos Mode: (Run dos programs)
  • Its own programs
  • A basic interpreter
  • Run a C compiler in dos mode

About

Bootloader+OS+Kernel written in Open Watcom 2.0 C and also assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published