CeanOS is a UNIX-like operating system . The goal is to create a lightweight, efficient OS with a non-bloated kernel and a user-friendly interface. This project is built with C and assembly using no standard libraries .

rc versioning instead of alpha and beta because it sounds more professional and cooler 
The CeanOS kernel is a monolithic x86 one. I am also planning to port it to x86_64 and arm after im done with x86 .
There is no userland yet lol.
The file vga_types.h includes macros from the Linux source code. You can find the original file here.
The files ata.c and ata.h are taken from this location(malwarepad/cavOS) with some modifications to integrate into CeanOS .
CeanOS Kernel Site
Here’s what I’m working on:
Everything about it can be found in Documentation/build.md or here
Read this
No good ones yet ):
This project is licensed under GPL v3. For more information see LICENSE