All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

MyraOS: A Complete x86 Unix-like Operating System Built from Scratch

By

dvirbt

7mo ago· 2 min readenCode

Summary

MyraOS is a complete x86 Unix-like operating system built from scratch with comprehensive features including protected mode, paging/virtual memory, memory management, user/kernel modes, process scheduling, device drivers, ext2 filesystem, UI compositor with window widgets, and ELF loader. The system is capable of running real applications including games like Doom, which comes preloaded and ready to play.

Key quotes

· 5 pulled
A x86 Unix-like OS made entirely from scratch.
All these features let you run real games, just like Doom, giving the preloaded Doom port in MyraOS ready to be played!
Protected mode (GDT/IDT, ISRs/IRQs)
UI compositor with window widgets, labels, icons, buttons, and even a custom-made font
So, this isn't just a toy OS
Snippet from the RSS feed
A x86 Unix-like OS made entirely from scratch. Contribute to dvir-biton/MyraOS development by creating an account on GitHub.

You might also wanna read