checkra1n / PongoOS

pongoOS
https://checkra.in
Other
2.49k stars 405 forks source link

use framebuffer after lowlevel_cleanup() #164

Open qiufuyu123 opened 1 year ago

qiufuyu123 commented 1 year ago

I am trying to use functions like screen_put just after lowlevel_cleanup() and before boot_raw, but I find there are no effects.

Does it mean we cannot use framebuffer until MMU is inited?

image