Page 1 of 1

pmode bootloader

Posted: Sun Sep 08, 2002 8:26 am
by Ozguxxx
Hi everybody. IS there an easy wat of finding a simple bootloader that switches into pmode and loads the kernel? 10x...

Re:pmode bootloader

Posted: Sun Sep 08, 2002 8:37 am
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 ).

Re:pmode bootloader

Posted: Sun Sep 08, 2002 9:04 am
by pskyboy
[attachment deleted by admin]