Skip to main content

Command Palette

Search for a command to run...

GT-OS

About This Project

GT-OS is a 32-bit x86 operating system kernel built from scratch, featuring preemptive multitasking, virtual memory management, a modular monolithic architecture, and low-level hardware drivers to explore OS internals and kernel design.

Tech Stack

  • C
  • x86 Assembly
  • Operating Systems
  • Kernel Development
  • Protected Mode
  • Virtual Memory
  • VFS
  • ext2 File System
  • ELF Loader
  • QEMU
  • GNU Toolchain