xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f70ef994dce8f6948edec8c534ae21742141dd50
parent ae603ff5e79bb7b5eea4147425752f33d29fe558
Author: Frans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>
Date:   Thu, 28 Apr 2011 08:01:36 -0400

Russ's fix for panic remap

Diffstat:
M.gitignore | 1+
Mdata.S | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ +*~ _* *.o *.d diff --git a/data.S b/data.S @@ -20,7 +20,7 @@ // or to write a linker script, but this is simplest. .data +.align 4096 .globl data data: .word 1 -