projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383b2e8
)
Only need single 0x90.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 6 Apr 2005 18:47:26 +0000
(18:47 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 6 Apr 2005 18:47:26 +0000
(18:47 +0000)
src/threads/kernel.lds.S
patch
|
blob
|
history
diff --git
a/src/threads/kernel.lds.S
b/src/threads/kernel.lds.S
index 3b7f8b1f0e789b6414d096d73e7b522630440526..28721e2832a27a73c895a98daa89cd47471027e9 100644
(file)
--- a/
src/threads/kernel.lds.S
+++ b/
src/threads/kernel.lds.S
@@
-11,7
+11,7
@@
SECTIONS
_start = .;
/* Kernel starts with code, followed by read-only data and writable data. */
- .text : { *(.start) *(.text) } = 0x90
90
+ .text : { *(.start) *(.text) } = 0x90
.rodata : { *(.rodata) *(.rodata.*) }
.data : { *(.data) }