Re: Kernel without SUN support

Carlos Milán Figueredo <[email protected]> Sun, 12 Nov 2023 02:22:43 +0000
Newsgroups gmane.os.netbsd.ports.amiga
Message-ID <CO6P220MB0564A1CC20633745B100DCD5C9ACA@CO6P220MB0564.NAMP220.PROD.OUTLOOK.COM>
Hi Harald,=0A=
=0A=
From: [email protected] <[email protected]> on behalf o=
f Harald Meinzer <[email protected]>=0A=
Sent: Saturday, November 11, 2023 14:09=0A=
=0A=
> is there somebody out, who could compile a Kernel without this stupid 384=
 MB=0A=
> Ram per Task limit? This is completely obsolete. =0A=
=0A=
No sure about the 384 MB limit, but here you have the netbsd-10-0-RC1 WSCON=
S kernel with the COMPAT_SUNOS option commented out:=0A=
https://www.hispamsx.org/amiga/files/netbsd-10-0-RC1-WSCONS-NOSUNOS.gz =0A=
=0A=
However I suggest you compile your own, it is really easy:=0A=
=0A=
  1. Get a NetBSD install on a modern computer. I use the amd64 arch.=0A=
  2. Ensure you have the comp package installed.=0A=
  3. Get the source code from the branch you want. In my case I did: =0A=
    cvs -d [email protected]:/cvsroot checkout -P -r netbsd-10-0-r=
c1 src=0A=
  4. Edit the GENERIC configuration file:=0A=
    vi src/arch/amiga/conf/GENERIC=0A=
  5. Look for the COMPAT_SUNOS option and comment it out.=0A=
  6. Build the amiga cross-compiling toolchain:=0A=
    cd src && ./build.sh -m amiga tools=0A=
  7. Compile the kernel:=0A=
    ./build.sh -m amiga kernel=3DWSCONS=0A=
  8. Get your kernel at:=0A=
    src/arch/amiga/compile/WSCONS/netbsd=0A=
=0A=
Regards,=0A=
Carlos=