Skip to content

Releases: Lt1Gt0/OSu

V1.2.0

17 Dec 15:47
b1854ed
Compare
Choose a tag to compare
V1.2.0 Pre-release
Pre-release

Added VGA color support
Text file reading
string formatting for printing
hex to string conversion

No user input

V1.0.6

09 Dec 19:09
Compare
Choose a tag to compare

UEFI

PS2

  • Added keyboard interface with PS2 (albeit through emulation)
  • Mouse supported (very primitive mouse)

Memory Mapping

  • Ability to detect usable memory within the system
  • Don't overwrite the Kernel by locking the pages for the kernel

IDT

  • Basic interrupts to allow for panic mode
  • Page Fault
  • General Protection Faults
  • Double Fault
  • Keybaord Interrupt
  • Mouse interrupt

Keyboard

  • QWERTY Keyboard scancode set

Font

  • Support for PSF font type with 8 x 16 glyph size
  • Font: Zap-Light16

v2.0.0

05 Dec 03:27
496b74f
Compare
Choose a tag to compare

Switch to UEFI