Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rbourgeat/kfs-2
- Owner: rbourgeat
- Created: 2022-06-20T14:26:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T11:16:16.000Z (about 1 year ago)
- Last Synced: 2024-11-12T06:47:49.808Z (about 2 months ago)
- Topics: 42, 42born2code, 42cursus, 42paris, 42projects, 42school, kfs
- Language: C
- Homepage:
- Size: 3.45 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_Tablehttps://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