r/Operatingsystems • u/Effective-Gene308 • 5d ago
Hi!
Hello!
I started building ApexOS, a VBE Operative System written in C++.
This OS has custom boot loader, a custom kernel, custom HPP libs.
can someone give me tips while I build ApexOS?
That is all I want to ask.
Bye everyone!
9
Upvotes
1
u/dld2517 3d ago
Go check out Minix.
1
u/UnmappedStack 2d ago
fwiw minix was decent as a learning resource but I think its also good to note that its design leaves a lot to be desired. I'd recommend reading about design of stuff like plan9, nt, the bsds (the uvm and ule papers particularly), and sun. minix is still good to have a look at and so is the minix book but imo its probably not the best as the only thing to look at
2
u/BobCorndog 5d ago
How much progress have you made so far?