Skip to content

A (work-in-progress) from-scratch operating system built in C and Assembly.

License

Notifications You must be signed in to change notification settings

Nullkernel/cosmOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmOS

A work-in-progress operating system repository.
Built from scratch in C + Assembly, focusing on kernel fundamentals, boot process, and low-level architecture.

Overview

This is a minimal hobby operating system project aiming to explore core OS design and implementation, including:

  • Bootloader and early startup
  • Custom kernel code
  • Memory management
  • Scheduling and basic hardware interaction

This repo is a personal project and learning ground for OS development.

Build

To build the OS locally:

make

About

A (work-in-progress) from-scratch operating system built in C and Assembly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published