PXE bochs qemu

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
User avatar
summersong
Member
Member
Posts: 32
Joined: Sat Mar 26, 2011 5:26 am
Location: Moscow

PXE bochs qemu

Post by summersong »

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! :evil:
User avatar
Griwes
Member
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

Post by Griwes »

http://wiki.osdev.org/PXE

RTFM, please. And look for things before asking for them.
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
User avatar
summersong
Member
Member
Posts: 32
Joined: Sat Mar 26, 2011 5:26 am
Location: Moscow

Re: PXE bochs qemu

Post by summersong »

Another one useless person... I read THIS and haven't found HOW to run my bootloader via PXE.

bootloader "boot.bin":

Code: Select all

use16
org 7c00h

start:
jmp $
%BIN%\qemu.exe -L %BIN%\qemu -tftp -bootp boot.bin -boot n
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

Re: PXE bochs qemu

Post by sandras »

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?
Post Reply