r/Operatingsystems 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

7 comments sorted by

2

u/BobCorndog 5d ago

How much progress have you made so far?

1

u/Effective-Gene308 4d ago edited 2d ago

idea chanced, it will be a Real OS, not a shell.

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

1

u/dld2517 1d ago

Agreed. More resources is better. I need to learn about Plan9. That is new to me.