NexOS, the x86 and x86-64 nanokernel based OS
NexOS, the x86 and x86-64 nanokernel based OS
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.