qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to detect old arch?


From: Jakob Bohm
Subject: Re: [Qemu-discuss] How to detect old arch?
Date: Wed, 16 Sep 2015 06:05:49 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 16/09/2015 05:30, Dale R. Worley wrote:
Peter Maydell <address@hidden> writes:
I have an ISO fromat via dd from an old scsi unix:
//////////////////////////
dd if=/dev/hdc of=./all_files.iso
I think it's sysv unix. How can I detedct its' arch via qemu?
I would start off by running strings on the iso image, to see if
there's any helpful human-readable text in it that would more
usefully narrow down:
 * what the disk actually has on it
 * what OS it is
 * what CPU architecture it's for

Then you can probably make an educated guess at the image
format.
What you have is an ISO file system.  That is, it contains a bunch of
files.  You can mount it on your system and read the files.

Of course, the important question is "What are the files for?"  Probably
there is an operating system on it, but is there a reason for you to
care?  The data files are the important part, and you can already read
them.  Determining the arch of the system on which the binaries
originally ran is interesting only if you want to run those particular
binaries again.  But it's more effective if you rebuild the binaries on
your current system from the sources that should be in the ISO image.

Dale

Just out of curiosity, how many SysV CD-ROMs included
the source code (this required a more expensive license)?

Anyway, qemu is often used for running outdated operating
systems just for the fun of it, no useful reason is needed.

Enjoy

Jakob
-- 
Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]