https://github.com/matthew4850/kernel
Kernel I am developing.
https://github.com/matthew4850/kernel
asm c kernel osdev posix x86
Last synced: over 1 year ago
JSON representation
Kernel I am developing.
- Host: GitHub
- URL: https://github.com/matthew4850/kernel
- Owner: matthew4850
- Created: 2020-07-27T22:54:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T15:42:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T10:11:14.075Z (over 1 year ago)
- Topics: asm, c, kernel, osdev, posix, x86
- Language: C
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a kernel I am creating to learn about low level development and modern operating system design (and for fun!).
Right now it supports
1. GDT
2. Interrupts
3. 8259 PIC
4. PS/2 keyboard
5. Basic scheduling
6. TSS (software context switching is primarily used but the TSS is still required to get out of usermode)
6. Switching to usermode and back to the kernel