Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bootstrap32

23 views
Skip to first unread message

Mike Gonta

unread,
Apr 24, 2012, 8:21:42 PM4/24/12
to
bootstrap32 is a 32 bit protected mode FAT32 USB flash drive boot loader.
Features:
PM32 file named kernel.bin loaded to 1Mb from root directory
Fully setup PM32 with all interrupts enabled and working
Paging enabled with 4Gb identity mapped address space
Full access to all native motherboard BIOS functions while in PM32
Direct access to the most commonly used BIOS functions similar to RM
Complete access to protected mode interrupt vector table located at 1000h
More . . .

http://mikegonta.com/bootstrap32.zip

Mike Gonta
look and see - many look but few see

http://mikegonta.com


Mike Gonta

unread,
Apr 26, 2012, 5:48:42 AM4/26/12
to
"Mike Gonta" wrote:

> bootstrap32 is a 32 bit protected mode FAT32 USB flash drive boot loader.

Unzip bootstrap32.zip inside your qemu folder.
Run the qemu.cmd.

@echo off
set qemu=qemu-system-x86_64.exe
if not exist %SystemRoot%\SysWOW64 set qemu=qemu.exe
cd ..
%qemu% -L . -localtime -hda bootstrap32\bootstrap32.img
0 new messages