Searched refs:_bs_entry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S57 _bs_entry: label
208 //move.b %d0,AMIGA_ZBEOS_BASE + gBootDriveID - _bs_entry
209 move.b #1,AMIGA_ZBEOS_BASE + gBootedFromImage - _bs_entry
212 move.b #'S',AMIGA_ZBEOS_BASE + alert_extra - _bs_entry
214 move.l SysBase(%pc),AMIGA_ZBEOS_BASE + SysBase - _bs_entry
215 move.l IntuitionBase(%pc),AMIGA_ZBEOS_BASE + IntuitionBase - _bs_entry
321 move.b #AMIGA_BOOT_DRVAPI_FLOPPY,AMIGA_ZBEOS_BASE + gBootDriveAPI - _bs_entry
322 move.b #0,AMIGA_ZBEOS_BASE + gBootDriveID - _bs_entry
323 move.b #1,AMIGA_ZBEOS_BASE + gBootedFromImage - _bs_entry
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S21 * The floppy and .PRG code is entered at _bs_entry, which jumps further on
62 _bs_entry: label
103 // lea _bs_entry(%pc),%a0
134 move.b #ATARI_BOOT_DRVAPI_FLOPPY,ATARI_ZBEOS_BASE + gBootDriveAPI - _bs_entry
137 move.b %d0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry
138 move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry
377 lea _bs_entry,%a0
393 move.b #ATARI_BOOT_DRVAPI_FLOPPY,ATARI_ZBEOS_BASE + gBootDriveAPI - _bs_entry
394 move.b #0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry
395 move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry
[all...]

Completed in 81 milliseconds