Skip to content

Commit 713ca8e

Browse files
committedOct 8, 2019
Fixed a typo in shell.ld
1 parent 89c8e0c commit 713ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mips/shell/shell.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXTERN(_start)
2424
ENTRY(_start)
2525

2626
MEMORY {
27-
ram (rwx) : ORIGIN = 0x80010000, LENGTH = 2M - 0x10000
27+
ram (rwx) : ORIGIN = 0x80030000, LENGTH = 2M - 0x30000
2828
dcache : ORIGIN = 0x1f800000, LENGTH = 0x400
2929
}
3030

0 commit comments

Comments
 (0)