mszoek / hydrogen

A little toy OS written over a few months in 2019. 64-bit, preemptive multitasking kernel supporting EFI, PCIe, SATA, framebuffer graphics mode, HFS+ and a very limited userspace. Just a PoC for learning, really.
36 stars 2 forks source link

Resources #3

Closed ABSanthosh closed 2 years ago

ABSanthosh commented 2 years ago

Hey!

I came across this project while exploring GitHub and I think this is awesome!

Would love to learn more about OS but don't know where to start. If you can share some resources that helped you learn for this project, Please share them too so I can learn too!

Thanks in advance!

mszoek commented 2 years ago

Hi! That's very cool... I had a lot of fun doing this. OSDev is a great starting point and I found it very useful - https://wiki.osdev.org/Main_Page

ABSanthosh commented 2 years ago

Will definitely check it out. Thanks!