diff options
author | Anthony Liguori | 2009-10-30 15:06:09 +0100 |
---|---|---|
committer | Anthony Liguori | 2009-10-30 15:42:36 +0100 |
commit | fd646122418ecefcde228d43821d07da79dd99bb (patch) | |
tree | 1d2ef95f172a6bdc556d780b0dfa5ca6049ae21f /.gitmodules | |
parent | Update SeaBIOS to latest upstream (diff) | |
download | qemu-fd646122418ecefcde228d43821d07da79dd99bb.tar.gz qemu-fd646122418ecefcde228d43821d07da79dd99bb.tar.xz qemu-fd646122418ecefcde228d43821d07da79dd99bb.zip |
Switch pc bios from pc-bios to seabios
SeaBIOS is a port of pc-bios to GCC. Besides using a more modern tool chain,
SeaBIOS introduces a number of new features including PMM support, better
BEV and BCV support, and better PnP support.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 71494ea488..dd4745e78f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "roms/seabios"] path = roms/seabios url = ../seabios.git -[submodule "roms/pcbios"] - path = roms/pcbios - url = ../pcbios.git |