mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
stivale2: Clear terminal before passing control to kernel
This commit is contained in:
parent
9ab0beea54
commit
c011339c0c
@ -463,6 +463,9 @@ skip_modeset:;
|
||||
break;
|
||||
}
|
||||
|
||||
// Clear terminal for kernels that will use the stivale2 terminal
|
||||
term_write("\e[2J\e[H", 7);
|
||||
|
||||
stivale_spinup(bits, level5pg && level5pg_requested, &pagemap,
|
||||
entry_point, &stivale2_struct, stivale2_hdr.stack);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user