mirror of
https://github.com/xomboverlord/xomb.git
synced 2026-01-11 10:16:36 +01:00
4e9cf1a94ee8da8a6352821c4c5237739dadb5f4
Mark completed items: - Process creation with isolated address spaces - Physical memory allocator and frame management - Page table manipulation via recursive mapping - Resource attachment (4KB page mapping) - User mode execution (ring 3) - SYSCALL/SYSRET interface with write/exit - Boot infrastructure (PIC, GDT/TSS, IDT, IST) Stage 1 is approximately 80% complete. Remaining work: - Resource management syscalls (mmap/munmap) - Permission update API - ELF loader - Per-process resource tracking
Description
An exokernel operating system written in D
Languages
D
93.7%
C
3.5%
Makefile
1%
Assembly
0.9%
Shell
0.8%
Other
0.1%