bios/crt0.S: remove unused macaddr, add syscall handler stub

This commit is contained in:
Robert Jordens 2014-05-23 17:37:05 -06:00 committed by Sebastien Bourdeauducq
parent 81ed92d3b9
commit 6deeca064f
1 changed files with 9 additions and 11 deletions

View File

@ -97,17 +97,15 @@ _interrupt_handler:
nop
nop
macaddress:
.byte 0x10
.byte 0xe2
.byte 0xd5
.byte 0x00
.byte 0x00
.byte 0x00
/* padding to align to a 32-bit boundary */
.byte 0x00
.byte 0x00
_syscall_handler:
bi _syscall_handler
nop
nop
nop
nop
nop
nop
nop
_crt0:
/* Setup stack and global pointer */