Skip to content

Latest commit

 

History

History
66 lines (60 loc) · 1.57 KB

README.md

File metadata and controls

66 lines (60 loc) · 1.57 KB

AlephOS

Commits Lines of Code License Contributors
An Operating System written in C with Limine.

Current stuff:

  • GDT
  • IDT
  • TSS
  • PMM
  • VMM
  • PIC Driver
  • LAPIC
  • IOAPIC
  • Ring 3
  • Syscalls
  • FS (EXT2)
  • Heap
  • Framebuffer
  • Text Rendering
  • USB Keyboard Driver
  • PS/2 Keyboard Driver
  • PCI
  • xHCI
  • USB Mouse Driver
  • PS/2 Mouse Driver
  • BASH Port
  • Ported Apps
  • TCP/IP Stack
  • DNS Resolution
  • NIC Driver
  • Wifi Support
  • Ported Standard C Library
  • ELF Loading and execution
  • HTTPS Support
  • TLS Support
  • HTTP Support
  • Browser Port (Minimal)
  • DOOM Port
  • SMP
  • PIT
  • ACPI
  • NVMe Support
  • Process Scheduler & Manager
  • TTY Support
  • Pipe Support
  • Time Management
  • RTC Driver (inside FS)
  • RTC Driver (outside FS)
  • STD I/O

That's all for now, maybe i'll expand it later, or complete more stuff.

License

Licensed under MPL-2.0