Modified the pxe_ia32 stage 1 loader to load stage 2 at the same address as bios_ia32 stage 1 does.

This allowes to actually execute the boot loader now. 
Need to use Ingo's remote_disk_server now for booting.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19113 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-10-24 20:53:30 +00:00
parent 743fe40eba
commit a1939ee423
8 changed files with 64 additions and 32 deletions
@@ -0,0 +1 @@
#include "../bios_ia32/bios_drive.h"
@@ -0,0 +1 @@
#include "../bios_ia32/platform_kernel_args.h"
@@ -0,0 +1 @@
#include "../bios_ia32/platform_stage2_args.h"