https://github.com/moddedtechnic/os-meatyskeleton
A minimal operating system built following the tutorial on the OSDev wiki (https://wiki.osdev.org/Meaty_Skeleton)
https://github.com/moddedtechnic/os-meatyskeleton
Last synced: 11 months ago
JSON representation
A minimal operating system built following the tutorial on the OSDev wiki (https://wiki.osdev.org/Meaty_Skeleton)
- Host: GitHub
- URL: https://github.com/moddedtechnic/os-meatyskeleton
- Owner: moddedTechnic
- Created: 2022-07-14T10:56:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T16:32:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T12:28:05.801Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meaty Skeleton
This is a minimal operating system built following the tutorial on the [OS Dev Wiki](https://wiki.osdev.org/Meaty_Skeleton).
It has been created to learn more about OS development, following on from the [Bare Bones](https://wiki.osdev.org/Bare_Bones) which was completed in the (now archived) repository, [OS-BareBones](https://github.com/moddedTechnic/OS-BareBones). As it is an educational project, [notes](notes.md) have been taken on the process.