boucane/README.md

23 lines
718 B
Markdown
Raw Permalink Normal View History

2021-04-19 19:06:28 +02:00
# Boucane
**What is Boucane**
2023-11-30 16:22:08 +01:00
Boucane is a *64 bits* multi-tasking kernel for *x86* architecture written in pure *C++* and *GNU Assembly*. It was developed for popularization purpose and propagating Operating System developement knowledge.
2021-04-19 19:06:28 +02:00
2021-04-28 11:12:27 +02:00
**What I will learn**
- Deep C/assembly
- Creating a Multiboot2 compliant kernel
- Managing memory segmentation
- Handle hardware interrupts (clock, keyboard etc..)
- Managing memory paging
- Userspace/Kernel Space
- Developping software interruptions (system calls)
- Making a scheduler
- And many tricks about the x86 architecture!
**Requirements**
- A computer running a Linux distribution
- Time/Motivation
**Memory Organization**
![Memory Organization](tools/ram.svg)
2021-04-19 19:06:28 +02:00