x86_32 Kernel
Find a file
2021-04-17 19:35:56 +02:00
src Allow syscall to be interrupted! 2021-04-17 19:35:56 +02:00
tools Enable TSS segment 2021-04-09 18:18:15 +02:00
.gitignore Switch to multiboot2 and improve interrupt management 2021-04-08 13:07:17 +02:00
README.md Update README.md 2021-04-16 14:59:25 +02:00

Bringelle

What is Bringelle Bringelle is a 32 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