Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rbourgeat/kfs-2

Discover the world of Kernel Programming and learn how to create your very own Kernel from scratch. PART 2
https://github.com/rbourgeat/kfs-2

42 42born2code 42cursus 42paris 42projects 42school kfs

Last synced: 12 days ago
JSON representation

Discover the world of Kernel Programming and learn how to create your very own Kernel from scratch. PART 2

Awesome Lists containing this project

README

        

![kfs-2](/images/screen-1.png)

# [kfs-1](https://github.com/rbourgeat/kfs-1) 👈🏻 kfs-2 👉🏻 [kfs-3](https://github.com/rbourgeat/kfs-3)
Discover the world of "Kernel Programming" and learn how to create your very own Kernel from scratch.

> Assembly code is in **Intel syntax** not in AT&T syntax.

🎁 **Bonus:**
- [x] Print-kernel-stack-thing in this shell.
- [x] Reboot command.
- [x] Halt command.
- [x] Keycode mode command.
- [x] Shutdown command.

🐧 Linux and 🍏 Mac

## 📖 Kernel Bible
https://wiki.osdev.org/Main_Page

## 💾 Global Descriptor Table
https://wiki.osdev.org/Global_Descriptor_Table

https://wiki.osdev.org/GDT_Tutorial

https://developpaper.com/write-os-kernel-from-scratch-global-descriptor-table-gdt/

## 📚 Kernel Stack

https://wiki.osdev.org/Stack

## ⚠️ Kernel Commands

https://www.gladir.com/CODER/ASMZ80/halt.htm

https://fr.wikipedia.org/wiki/HLT_(instruction)

https://wiki.osdev.org/Reboot

https://wiki.osdev.org/Shutdown