User:Demindiro: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 6: Line 6:
* [https://wiki.osdev.org/User:Demindiro/SBI SBI]
* [https://wiki.osdev.org/User:Demindiro/SBI SBI]


* [https://wiki.osdev.org/User:Demindiro/Porting_Rust_standard_library Porting Rust standard library]
* [https://wiki.osdev.org/User:Demindiro/Porting_Rust_standard_library Porting Rust standard library]

* [https://wiki.osdev.org/User:Demindiro/DisplayPort DisplayPort]


== My OS ==
== My OS ==

Revision as of 17:25, 17 June 2022

Hello! I'm a hobbyist OS developer. My interest got piqued when someone else showed their OS and since then I've been reading about OS development & toying around with my own OS project.


Wiki pages I'm working on

My OS

My OS is Norost B, an object-oriented OS built around a microkernel.

Graveyard

These are my attempts that I have scrapped so far:

Norost A

The first attempt at writing an OS. I went in pretty much blind as I haven't written an OS nor read much about OSDev in general. I ended up cancelling it as the design was incomplete and I was piling hacks upon hacks to get things to work.


See also