Thanks.

P.S First Post!
Moderator:Moderators
While your method works fine for Bochs, it will almost certainly fail on real hardware - reason being that as of VESA 2.0 there are no standard mode numbers. This requires you to write a function that retrieves the list of modes and examines them one by one, searching for the one with specifications matching yours.gedd wrote: I also use VESA, just few function in stage 2 to have some info and init then you can use it easyly in PM.
- get vesa info
- get mode info
- init mode
- then use LFB mode (Linear Frame Buffering) to write in video memory (now you have to draw each letter)
It's exactly what i do and what i mean by "- get mode info "Monkey wrote: This requires you to write a function that retrieves the list of modes and examines them one by one, searching for the one with specifications matching yours.
There was another thread on this topic.I would propose to read and write to USB sticks
This has been suggested before. Chapters covering different file systems [like fat32] and disk drives [like hard disks and native CD booting] are planned a little later.Andyhhp wrote:@Mike - Can I suggest we have this information avaliable somewhere in the tutorials as ehenkes does have a good point