Can someone give to me an instruction how to write and run PXE bootloader for BOCHS & QEMU? Source, bat-file to run, and so on.
They don't want to work for me!
PXE bochs qemu
- Griwes
- Member
- Posts: 374
- Joined: Sat Jul 30, 2011 10:07 am
- Libera.chat IRC: Griwes
- Location: Wrocław/Racibórz, Poland
- Contact:
Re: PXE bochs qemu
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
- summersong
- Member
- Posts: 32
- Joined: Sat Mar 26, 2011 5:26 am
- Location: Moscow
Re: PXE bochs qemu
Another one useless person... I read THIS and haven't found HOW to run my bootloader via PXE.
bootloader "boot.bin":
%BIN%\qemu.exe -L %BIN%\qemu -tftp -bootp boot.bin -boot n
bootloader "boot.bin":
Code: Select all
use16
org 7c00h
start:
jmp $
Re: PXE bochs qemu
Who's more useless - the person, that directs you to a source of useful information, or the one, who cannot use that information? There's a link to PXE specification at the bottom of the wiki page, what more do you want?