@(#)NetBSD 1.1B (DRINSTALL) #5: Mon May 13 20:01:23 MET DST 1996 is@jocelyn.rhein.de:/bulk/s2/src/sys/arch/amiga/compile/DRINSTALLAll of the 68060 and DraCo support are now in the master cvs tree.
NetBSD 1.1B (DRACO) #292: Wed May 8 10:54:59 MET DST 1996 is@jocelyn.rhein.de:/usr/src/sys/arch/amiga/compile/DRACO
gcc
works now even on my machine.
@(#)NetBSD 1.1B (DRACO) #277: Fri May 3 14:31:58 MET DST 1996 is@beverly.rhein.de:/usr/src/sys/arch/amiga/compile/DRACOwent multiuser today. There are some small glitches in the floating point support/context switch code: FP using programs get killed sometimes. But I was able to newfs / and /usr, get the base11 distribution with ftp (via ARCnet), Extract() it and Configure() the machine, then reboot the installed system.
@(#)NetBSD 1.1B (DRACO) #261: Fri Apr 26 14:01:39 MET DST 1996 is@beverly.rhein.de:/usr/src/sys/arch/amiga/compile/DRACOAs of today, copyback caching works... (will say, is switched off for the appropriate pages only).
NetBSD 1.1B (DRACO) #204: Sat Apr 6 17:42:46 MET DST 1996 is@beverly.rhein.de:/usr/src/sys/arch/amiga/compile/DRACObooted this morning into single user mode. Actually, I cheated: I had to generally switch off copyback caching... I didn't find all places yet where the kernel modifies page tables through copyback cached mappings. I was, however, able to execute a lot of programs from the
inst-11.fs
miniroot I tried, including init, sh,
mount
with mount_ffs
and mount_cd9660, ls,
dd, ifconfig, route
. df
didn't work: it uses
floating point computations. newfs
and fsck
don't work either: they use 32/64bit multiplication.
fmovem fpiar/fpsr/fpcr
any more. [mostly
done]
movep
on the M68060
[first version done for if_bah.c, which was the only one]