Hi all,
I am quite confused about how olpc's codes initialize VGA card.
As far as I know, olpc will use softVG vsm (part of VSA) to initialize hardware and provide
Interfaces to VGABIOS.
But in the olpc's codes I only see a function graphics_init() to pass parameters to softVG.
Are there any other functions relate to VGA initialization?
Need I dump a VGABIOS image from Linux using softVG and use emulator run that image?
Thanks.