An open API service indexing awesome lists of open source software.

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)

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.