NexOS, the x86 and x86-64 nanokernel based OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
nexos
Member
Member
Posts: 1078
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

NexOS, the x86 and x86-64 nanokernel based OS

Post by nexos »

I would like to announce NexOS, the x86 and x86-64 Nanokernel. Its design is to have the kernel do as little as possible. The kernel will only allocate memory, switch tasks, and work with motherboard drivers. I am also making NexBoot, its bootloader. Currently, it was being made under Linux, but because I don't like the ELF file format, it is being ported to Visual Studio. It is designed mainly for stability and simplicity. The repo is at https://github.com/NexSuite/NexOS. I am making a website also.
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
Post Reply