]> xenbits.xensource.com Git - osstest/seabios.git/commit
Move init code from _start() to post().
authorKevin O'Connor <kevin@koconnor.net>
Thu, 16 Sep 2010 01:59:11 +0000 (21:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 16 Sep 2010 01:59:11 +0000 (21:59 -0400)
commit025cabd2caa41d567d06a7c43f910621b99e64a4
treeeef5f95b114ff82731e54a34973bf6952c541fb8
parent12fa24aa5bd47a670e50c3a117693e7522d45c4f
Move init code from _start() to post().

Move the shadow calls from _start() to post() - this ensures all the
one time init code is in post().

Also, reorg post so that malloc setup is done before ivt/bda/ebda
setup.

This is in preparation for relocating the 32bit flat init code.
src/pmm.c
src/post.c