Add a comment about why we currently force floppy boot when started from haiku.prg.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39493 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -474,9 +474,12 @@ copysect_loop:
|
|||||||
// all done
|
// all done
|
||||||
super_done:
|
super_done:
|
||||||
// XXX: copy the rest !
|
// XXX: copy the rest !
|
||||||
|
#if 1
|
||||||
|
// XXX: force floppy boot for testing to get the kernel tgz for now
|
||||||
move.b #ATARI_BOOT_DRVAPI_FLOPPY,ATARI_ZBEOS_BASE + gBootDriveAPI - _bs_entry
|
move.b #ATARI_BOOT_DRVAPI_FLOPPY,ATARI_ZBEOS_BASE + gBootDriveAPI - _bs_entry
|
||||||
move.b #0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry
|
move.b #0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry
|
||||||
move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry
|
move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry
|
||||||
|
#endif
|
||||||
|
|
||||||
move.l #0,%d0
|
move.l #0,%d0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user