x86_64 Kernel
Find a file
2023-11-30 16:22:08 +01:00
src Solving many issues: Aligning kernel stack, improve syscall mechanism, 2021-05-04 15:30:24 +02:00
tools Debug interrupts, allow to show bmp images 2021-04-30 09:31:30 +02:00
.gitignore Refactoring 2021-04-21 12:23:54 +02:00
README.md Update README 2023-11-30 16:22:08 +01:00

Boucane

What is Boucane 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.

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