RiscOS !PC, is it possible disk image
ivelegacy (2674) 139 posts |
hi guys i mean, i have a PC486 machine, i’d like to then i’d like the !PC application able to see and to boot from this file is it possible ? |
Theo Markettos (89) 919 posts |
I think the general principle should work, but:
|
ivelegacy (2674) 139 posts |
yep, i have a smaller hard drive, it’s something like 1.2Gbyte do you know exactly what is missing to run linux on the guestCPU-card ? btw, i am also planning to clone my DOS-v6.22 hard drive, it’s 600Mbyte, and has a lot of compilers and applications i want to migrate. so i will clone the whole hard drive instead of the single partition. Understood. |
Theo Markettos (89) 919 posts |
Essentially the PC card is an x86 CPU bolted to a chip that emulates lots of PC-style I/O. A small amount of this is implemented on the chip (like interrupt control), and the rest is passed over to the ARM to emulate. There is some very limited emulation of I/O (so if the x86 reads from ISA address 0xABC then an interrupt is raised on the ARM, which is handed over to the ARM-side driver that implements the ISA peripheral in software, and returns the value to the x86) but it’s very slow so most functionality (disc, graphics) resides in either BIOS or Windows drivers. So it would need new Linux drivers writing that use the ARM side APIs rather than emulating ISA peripherals. This was done once: |