Russ's fix for panic remap

This commit is contained in:
Frans Kaashoek 2011-04-28 08:01:36 -04:00
parent ae603ff5e7
commit f70ef994dc
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*~
_* _*
*.o *.o
*.d *.d

2
data.S
View file

@ -20,7 +20,7 @@
// or to write a linker script, but this is simplest. // or to write a linker script, but this is simplest.
.data .data
.align 4096
.globl data .globl data
data: data:
.word 1 .word 1