mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
VGA PCI support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@826 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5768f5aca6
commit
5ce276a11a
2 changed files with 2 additions and 2 deletions
|
@ -950,7 +950,7 @@ void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device,
|
|||
|
||||
/* init basic PC hardware */
|
||||
vga_initialize(ds, phys_ram_base + ram_size, ram_size,
|
||||
vga_ram_size);
|
||||
vga_ram_size, 0);
|
||||
rtc_init(0x70, 8);
|
||||
pic_init();
|
||||
// pit_init(0x40, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue