stivale2: Fix terminal stack offset bug
This commit is contained in:
parent
1ccb183139
commit
f41e6b29a2
@ -570,7 +570,7 @@ failed_to_load_header_section:
|
||||
|
||||
#if defined (__i386__)
|
||||
if (stivale2_rt_stack == NULL) {
|
||||
stivale2_rt_stack = ext_mem_alloc(8192);
|
||||
stivale2_rt_stack = ext_mem_alloc(8192) + 8192;
|
||||
}
|
||||
|
||||
tag->term_write = (uintptr_t)(void *)stivale2_term_write_entry;
|
||||
|
Loading…
Reference in New Issue
Block a user