[comp.sys.att] 68020 for UnixPC

Eric_Smith.FCP_Quality@gateway.qm.apple.com (Eric Smith) (04/13/90)

Most likely the reason that the 68020 adapter doesn't work in the
Unix PC is that the 68020's Bus Error/Address Error stack fram format
is quite different from that of the 68010.  The first time you get a
page fault things will fall apart.  Also, the power on diagnostics
may check for correct bus error handling.

Armed with the kernel .o files and a disassembler, you may be able to
hack a working kernel.

Opinions expressed herein are not necessarily those of my
employer, family, friends, computer, or even me!  :-)

lennox@lectroid.sw.stratus.com (Craig Scott Lennox) (04/13/90)

In article <7669@goofy.Apple.COM> Eric_Smith.FCP_Quality@gateway.qm.apple.com (Eric Smith) writes:

   Armed with the kernel .o files and a disassembler, you may be able to
   hack a working kernel.

But how would you *boot* that kernel?  Do you know the format of
a boot tape?  If so, could you tell me?  (If of course that wouldn't be
legally unwise)

				Craig.

--
| reply to: lennox@shire.hw.stratus.com, Craig Lennox, Stratus Computer     |
|           Multifinder:  The Macintosh version of Core Wars                |
|   Disclaimer:  My opinions are covered by section 2b of the Gnu Public    |
|   License and thus do not belong to Stratus Computer.			    |

Eric_Smith.FCP_Quality@gateway.qm.apple.com (Eric Smith) (04/14/90)

In article <1085@lectroid.sw.stratus.com> lennox@lectroid.sw.stratus.com 
(Craig Scott Lennox) writes:
> In article <7669@goofy.Apple.COM> 
Eric_Smith.FCP_Quality@gateway.qm.apple.com (Eric Smith) writes:
> 
>    Armed with the kernel .o files and a disassembler, you may be able to
>    hack a working kernel.
> 
> But how would you *boot* that kernel?  Do you know the format of
> a boot tape?  If so, could you tell me?  (If of course that wouldn't be
> legally unwise)

As far as I know, you just put the new kernel in the root file system with
the correct file name (which escapes me at the moment, UNIX?), and it
should work.  Of course, the boot ROMS and the boot loader on the drive
may need to be hacked for the 68020 also.

Eric Smith

Opinions expressed herein are not necessarily those of my
employer, family, friends, computer, or even me!  :-)