From a3f64d4460f053f07af273fde9dffe30ac426634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 19 Nov 2010 09:02:59 +0000 Subject: [PATCH] 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 --- src/system/boot/platform/atari_m68k/shell.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/system/boot/platform/atari_m68k/shell.S b/src/system/boot/platform/atari_m68k/shell.S index 472c9c395d..1351104f17 100644 --- a/src/system/boot/platform/atari_m68k/shell.S +++ b/src/system/boot/platform/atari_m68k/shell.S @@ -474,9 +474,12 @@ copysect_loop: // all done super_done: // 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 #0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry +#endif move.l #0,%d0