From 408aa82a1347a17b07b02a136152e90687f699c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 9 Oct 2010 20:55:01 +0000 Subject: [PATCH] Fix comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38906 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/atari_m68k/shell.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/system/boot/platform/atari_m68k/shell.S b/src/system/boot/platform/atari_m68k/shell.S index e43b37a7e3..472c9c395d 100644 --- a/src/system/boot/platform/atari_m68k/shell.S +++ b/src/system/boot/platform/atari_m68k/shell.S @@ -399,11 +399,12 @@ shell_end: //.fill (0x01fe - shell_end), 1, 0x55 .org 0x01fe .word 0xaa55-1 // will be replaced by the one calculated by the build. - // we make sure we PCs don't try to execute it. + // we make sure PCs don't try to execute it. // this bumps the "start" label to offset 0x0200 as // expected by the BFS boot loader, and also marks // this block as valid boot block for the BIOS - // XXX: actually TOS wants a real checksum here so sum is 0x1234! + +//XXX: put bfs_start here /* * \AUTO\HAIKU.PRG and ARAnyM BOOTSTRAP() support code