mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add EBUS bridge, refactor PC serial and keyboard, generalize floppy
git-svn-id: svn://coreboot.org/openbios/openbios-devel@377 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -48,7 +48,7 @@ arch_init( void )
|
||||
ob_ide_init("/pci/isa", 0x1f0, 0x3f4, 0x170, 0x374);
|
||||
#endif
|
||||
#ifdef CONFIG_DRIVER_FLOPPY
|
||||
ob_floppy_init();
|
||||
ob_floppy_init("/isa", "floppy0");
|
||||
#endif
|
||||
#ifdef CONFIG_XBOX
|
||||
init_video(phys_to_virt(0x3C00000), 640, 480, 32, 2560);
|
||||
|
||||
Reference in New Issue
Block a user