Real hardware
From Go-OS
Contents |
[edit]
July 4th 2008, Paris, 9:00 AM on Panasonic CF-R6
First test of Go-OS on real hardware : a Panasonic R6 bought from an online geek shop based in Japan.
Of course it doesn't start, we didn't code drivers for this computer, but seeing that our IRQ system, our modules sytem, our bootloader system, etc... works on some real piece of hardware is a real bliss.
[edit]
TODO
- It seems that hard disk detection is wrong. I guess the internal SATA controller emulates standard IDE adapter, however the disk isn't a 615MB hdd but a 160GB hdd, we need to check that.
- We need USB driver to load other drivers
- We'll need a gfx driver for this piece of hardware
[edit]
IDE Debug
It seems that the whole IDE block is not reliable. We should avoid using it :)
[edit]
The IDE device (as seen by Linux)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
Subsystem: Matsushita Electric Industrial Co., Ltd. Panasonic CF-Y5 laptop
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at 1810 [size=16]
Kernel driver in use: PIIX_IDE
Kernel modules: pata_acpi, ata_generic, ata_piix


