mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 21:12:56 +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