User:Demindiro: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
#REDIRECT [[User:Demindiro/RISC-V Notes]]

== Notes & stuff ==

[[User:Demindiro/RISC-V Notes]]

== Wiki pages I'm working on ==

* [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/DisplayPort DisplayPort]

== My OS ==

My OS is [https://norost.com/ Norost B], an object-oriented OS built around a microkernel.

* [https://git.sr.ht/~demindiro/norost-b sourcehut]

* [https://github.com/Demindiro/norost-b Github]

== 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.

* [https://github.com/Demindiro/norost-a Github]


== See also ==

* [https://demindiro.com/ My website]

* [https://github.com/Demindiro Github]

Latest revision as of 17:53, 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.

Notes & stuff

User:Demindiro/RISC-V Notes

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