Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3149 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | .text |
29 | .text |
30 | .global panic_printf |
30 | .global panic_printf |
31 | 31 | ||
32 | panic_printf: |
32 | panic_printf: |
33 | movl $halt,(%esp) # fake stack to make printf return to halt |
33 | movl $halt, (%esp) # fake stack to make printf return to halt |
34 | jmp printf |
34 | jmp printf |