asinha94 / asos

My x86-32 hobby Operating System!
0 stars 0 forks source link

Detect Graphics Mode with Multiboot #28

Open asinha94 opened 2 years ago

asinha94 commented 2 years ago

Now that multiboot has been setup to provide us with memory, we should actually make use of it by drawing something, making some boxes, adding some colout etc...

asinha94 commented 2 years ago

New approach is to have mutliboot detect if we have a screen or not, and use the regular text mode terminal. Graphics is it's own can of worms and I think I want to migrate to C++.