davidcallanan / os-series

818 stars 119 forks source link

Can you please show how to link the kernel to a graphical user interface and run apps in the next episode #22

Closed SaptakBhoumik closed 3 years ago

sacreative10 commented 3 years ago

That might actually take a long time, as GUI, require a lot of driver support and a fully built kernel.

SaptakBhoumik commented 3 years ago

It is difficult but very interesting

sacreative10 commented 3 years ago

I know. But we need a lot of stepping stones first,

KingUndeadCodes commented 3 years ago

Good joke!

This is very hard to do.

Tarcaxoxide commented 3 years ago

well you could get very basic graphics through the multiboot header that grub provides.... vga/vesa modes. but so far we only used it to boot the kernel.