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
+3 -1
View File
@@ -1,4 +1,6 @@
NotFile pxehaiku ;
Depends pxehaiku : pxe_stage1.bin ;
NotFile haiku-pxe-image ;
NotFile haiku-pxe-loader ;
Depends pxehaiku : zbeos ;