DEV Community

Tingwei
Tingwei

Posted on

I made a hobby OS

Repository

Features

  • Support for long mode
  • Interrupt and exception handling
  • Printing characters on the screen
  • Memory manager with paging mechanism
  • 2MB page size support under 4-level paging
  • Timer handler for process management
  • Process manager for process scheduling
  • System call interface
  • PS/2 keyboard driver
  • Command-line interface for interacting with the OS kernel
  • FAT16 file system support

Top comments (0)