Is anyone here interested in contributing to this OS?
1–8 of 8 posts
Re: Is anyone here interested in contributing to this OS?
#2X OS is an x86_64 microkernel built from scratch. No POSIX, no Unix ABI. The kernel only handles scheduling, memory, and IPC. Everything else — display server, filesystem, shell — runs in ring 3 via message passing.
Currently boots in QEMU with GPU compositor, NVMe block device, XFS filesystem, and PS/2 input.
Needs help with: terminal, shell, drivers, networking, UI design, and applications.
Re: Is anyone here interested in contributing to this OS?
#3Re: Is anyone here interested in contributing to this OS?
#4Re: Is anyone here interested in contributing to this OS?
#5Re: Is anyone here interested in contributing to this OS?
#6Re: Is anyone here interested in contributing to this OS?
#7Re: Is anyone here interested in contributing to this OS?
#8Looking for systems programmers who want to build an OS from scratch. X OS is an x86_64 microkernel built from scratch. No POSIX, no Unix ABI. The kernel only handles scheduling, memory, and IPC. Everything else — display server, filesystem, shell — runs in ring 3 via message passing. Currently boots in QEMU with GPU compositor, NVMe block device, XFS filesystem, and PS/2 input. Needs help with: terminal, shell, driv…