o cleanup

This commit is contained in:
David Voswinkel
2009-05-14 21:43:21 +02:00
parent 7a878eab39
commit 48b15ca792
28 changed files with 12 additions and 7611 deletions

View File

@@ -1,9 +0,0 @@
.extern __init, __vector_1
.global __vector_default, exit
.section .vectors.bootloader
/* micro-jumptable, we are using just reset and int0 vectors */
exit:
__vector_default:
jmp __init
jmp __vector_1