Sunday, October 13, 2013

SeaBIOS - Source Code Study (2)

QEMU_PREINIT(void)



  • qemu_detect(void)

dopost()


In this function, besides the qemu_preinit(). It will be responsible to allocate memory, init serial port, make BIOS writable, and start the main function in qemu: maininit()

maininit(): most important entrypoint for SeaBIOS


No comments:

Post a Comment