Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS

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

Future Repo Structure

/OS/
├── .gitignore
├── boot/
│   └── boot.asm
├── build/     # Build output here
├── docs/      # Design & theory
├── LICENSE
├── Makefile
├── README.md  # This File
├── scripts/   # Helper scripts
└── toolchain/ # Scripts to build cross-compiler

About

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

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages