u3: initialize guard page in u3m_boot_lite()

This commit is contained in:
Joe Bryan 2022-11-13 23:21:30 -05:00
parent f7275b6e67
commit 6dea612849

View File

@ -1858,6 +1858,10 @@ u3m_boot_lite(void)
*/
u3m_pave(c3y);
/* Place the guard page.
*/
u3e_init();
/* Initialize the jet system.
*/
u3j_boot(c3y);