pmode bootloader

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Ozguxxx

pmode bootloader

Post by Ozguxxx »

Hi everybody. IS there an easy wat of finding a simple bootloader that switches into pmode and loads the kernel? 10x...
Tom

Re:pmode bootloader

Post by Tom »

My fritzos loads a simple C kernel and has a 13h graphics lib ( small right now ) it loads it's C kernel at 0x1000 but trying to set up v86 mode before I make the kernel have more room.

it's at www.sourceforge.net/projects/fritzos
( i know I gave that link out before, but it's the only way I can help, because I know nothing compared to other people here )

The asm bootsector has lots of comments, and the C kernel has a graphics lib for graphics mode 13h ( ie, PutPixel, Line, Box, no fonts yet, trying to get v86 mode first ).
pskyboy

Re:pmode bootloader

Post by pskyboy »

[attachment deleted by admin]
Post Reply