Re: Which set of Unisoft Unix installation disks to use?

From: Natalia Portillo <claunia_at_email.domain.hidden>
Date: Mon, 20 Aug 2012 08:47:50 +0100


Hi Al,

http://www.bitsavers.org/bits/Unisoft/V.1.5+/sys/h/sys/d_profile.h Line 72
#define MAXBLOCK 19455 /* Last sector on disk */

Size of 10Mb Profile is hardcoded, put this as 2^24 as that's maximum of Profile protocol (3 bytes)

http://www.bitsavers.org/bits/Unisoft/V.1.5+/sys/pro.c Lines 45 to 60
struct prlmap {

	daddr_t	pm_beg;		/* Base address in blocks */
	daddr_t	pm_len;		/* Number of blocks in logical device */
} prlmap[] = {
/* a */	{PRNSWAP+101,	16955},	/* root filesystem on 10 Meg. disk */
/* b */	{101,	PRNSWAP},	/* swap area (2400 blocks) */
/* c */	{PRNSWAP+101,	7227},	/* root filesystem on 5 Meg. disk */
/* d */	{9728,	9728},		/* 2nd filesystem on 10 Meg. disk */
/* e */	{0,	0},		/* unused */
/* f */	{0,	7168},		/* old root filesystem (old a) */
/* g */	{7168,	2496},		/* old swap (old b) */
/* h */	{101,	19355},		/* f.s. using entire 10 Meg. disk */
};
/* THESE MAY REPLACE f AND g ABOVE */
/* f 	{4101,	15355},		/* alternate root f.s. on 10 Meg. disk */
/* g 	{101,	4000},		/* alternate swap */


It seems they hardcoded the partition map for 5Mb and 10Mb disks.

But I don't find any kind of reference of it using that partition map. Maybe that source is in the disklabel tool :p

Check out what happens changing MAXBLOCK and maybe then you can create additional partitions.

On 19/08/2012, at 21:55, Al Kossow <aek_at_email.domain.hidden> wrote:

> On 8/19/12 1:29 PM, Andrew Warkentin wrote:

>> Al Kossow wrote:
>>> Now that I have the IDEfile working, I was wondering which set of installation disks to use.
>>> Did the serialization issue ever get resolved? I looked back through the list archive, and
>>> it wasn't clear what exactly ended up working.
>>> 
>>> 
>> If I remember right, only the bootloader was serialized, so it was relatively easy to remove the serialization. Also, the original image of the root disk had some of the filesystem metadata corrupted,
>> and that also had to be fixed. I'll try to find my working install images.
>> 

> Thanks. If you look at the stand alone utilities I uploaded to bitsavers, you can see exactly how the serialization works.
> I was just having some trouble getting Ray's sector editing utility to recognize the dc42 stand alone disk image. Digging into that
> was going to be this afternoon's project.
>
> I should have all of the bits to rebuild the kernel, so I was going to try modifying the Profile driver to work with extended size
> IDEfile and X/Profile disk volumes.
>
>
>
> --
> -----
> You received this message because you are a member of the LisaList group.
> The group FAQ is at http://lowendmac.com/lists/lisa.html
> To post to this group, send email to lisalist_at_email.domain.hidden
> To leave this group, send email to lisalist+unsubscribe_at_email.domain.hidden
> For more options, visit this group at http://groups.google.com/group/lisalist
-- 
-----
You received this message because you are a member of the LisaList group.
The group FAQ is at http://lowendmac.com/lists/lisa.html
To post to this group, send email to lisalist_at_email.domain.hidden
To leave this group, send email to lisalist+unsubscribe_at_email.domain.hidden
For more options, visit this group at http://groups.google.com/group/lisalist
Received on 2015-07-16 06:59:43

This archive was generated by hypermail 2.4.0 : 2020-01-13 12:15:16 EST