Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altonen/smough
64-bit monolithic kernel written in C
https://github.com/altonen/smough
amd64 drivers kernel os smp
Last synced: 8 days ago
JSON representation
64-bit monolithic kernel written in C
- Host: GitHub
- URL: https://github.com/altonen/smough
- Owner: altonen
- License: unlicense
- Created: 2022-02-15T12:22:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T14:30:30.000Z (over 2 years ago)
- Last Synced: 2023-05-14T22:21:11.631Z (over 1 year ago)
- Topics: amd64, drivers, kernel, os, smp
- Language: C
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smough
smough is a 64-bit monolithic kernel written in C
It's a rewrite of an older kernel started in 2017 which over the years has degraded into such a horrible mess that it's easier to write a new kernel from scratch rather than trying to fix the old one.
# (planned) features
* unit testing framework
* amd64 platform support
* symmetric multiprocessing
* preemptive, dynamic priority-based multitasking
* POSIX-compliant system call interface
* virtual file system
* devfs
* initramfs
* VESA VBE 3.0 GFX Driver
* network stack
* Ethernet/ARP/IPv4/UDP/TCP/DHCP