Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthew4850/kernel
Kernel I am developing.
https://github.com/matthew4850/kernel
asm c kernel osdev posix x86
Last synced: about 1 month ago
JSON representation
Kernel I am developing.
- Host: GitHub
- URL: https://github.com/matthew4850/kernel
- Owner: matthew4850
- Created: 2020-07-27T22:54:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T15:42:34.000Z (over 4 years ago)
- Last Synced: 2024-11-24T20:15:49.536Z (about 1 month 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