pmode bootloader
pmode bootloader
Hi everybody. IS there an easy wat of finding a simple bootloader that switches into pmode and loads the kernel? 10x...
Re:pmode bootloader
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 ).
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 ).