diff options
Diffstat (limited to 'src/bootstrap.s')
-rw-r--r-- | src/bootstrap.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.s b/src/bootstrap.s index 22f66f0..5e71da0 100644 --- a/src/bootstrap.s +++ b/src/bootstrap.s @@ -23,7 +23,7 @@ fault5: b fault_handler .section .bss -.skip 128 +.skip 2048 stack_top: .section .isr_vector |