* shell.S must be first

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23473 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-13 01:45:45 +00:00
parent 110abe94eb
commit 86047718fb
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ UsePrivateHeaders [ FDirName storage ] ;
KernelMergeObject boot_platform_atari_m68k.o :
shell.S
start.c
toscalls.S
debug.c
#bios.S
console.cpp

View File

@ -46,7 +46,7 @@
cmp.w #SUP_SUPER,%d0
beq floppy_start
bra prg_start
bra bootsect_start
//bra bootsect_start
rts
floppy_start: