Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
5ce276a1
Commit
5ce276a1
authored
May 20, 2004
by
bellard
Browse files
VGA PCI support
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@826
c046a42c-6fe2-441c-8c8c-71466251a162
parent
5768f5ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
hw/pc.c
View file @
5ce276a1
...
...
@@ -391,7 +391,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
register_ioport_write
(
0xf0
,
1
,
1
,
ioportF0_write
,
NULL
);
vga_initialize
(
ds
,
phys_ram_base
+
ram_size
,
ram_size
,
vga_ram_size
);
vga_ram_size
,
pci_enabled
);
rtc_state
=
rtc_init
(
0x70
,
8
);
register_ioport_read
(
0x61
,
1
,
1
,
speaker_ioport_read
,
NULL
);
...
...
hw/ppc_prep.c
View file @
5ce276a1
...
...
@@ -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);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment