Jesse Makes an OS (JMAOS): Difference between revisions
Appearance
Created page with "This is the homepage for my project to build an operating system from scratch, you can follow along with progress on the YouTube channel here: {Channel Link} This page is really all about the research and info I need and at the bottom is all the resources I'll be using. == Research Notes == == Resources == * [https://github.com/palladian1/xv6-annotated Xv6 annotated guide (GitHub)] * [https://pdos.csail.mit.edu/6.828/2012/xv6.html Xv6 x86 Version Homepage] * [https:..." |
|||
| Line 6: | Line 6: | ||
== Research Notes == | == Research Notes == | ||
An OS in three easy pieces: | |||
# Virtualisation | |||
# Concurrency | |||
# Persistence | |||
== Resources == | == Resources == | ||
Latest revision as of 05:01, 6 February 2026
This is the homepage for my project to build an operating system from scratch, you can follow along with progress on the YouTube channel here:
{Channel Link}
This page is really all about the research and info I need and at the bottom is all the resources I'll be using.
Research Notes
An OS in three easy pieces:
- Virtualisation
- Concurrency
- Persistence