mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
u3: initialize guard page in u3m_boot_lite()
This commit is contained in:
parent
f7275b6e67
commit
6dea612849
@ -1858,6 +1858,10 @@ u3m_boot_lite(void)
|
||||
*/
|
||||
u3m_pave(c3y);
|
||||
|
||||
/* Place the guard page.
|
||||
*/
|
||||
u3e_init();
|
||||
|
||||
/* Initialize the jet system.
|
||||
*/
|
||||
u3j_boot(c3y);
|
||||
|
Loading…
Reference in New Issue
Block a user