Re: pushing netbsd-5 (Was: bootloader)

"David Ross" <[email protected]> Sat, 24 Jan 2009 22:39:11 -0800
Newsgroups gmane.os.netbsd.ports.atari
Message-ID <[email protected]>
Hmm, there are now two options for the TT030.  The text is a bit too long 
for the first option:
http://i44.tinypic.com/2pq45yv.jpg

What's the full text supposed to be?  (And which one is the plain "ATARITT" 
kernel?)

David Ross
[email protected]


----- Original Message ----- 
From: "Izumi Tsutsui" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>; <[email protected]>; <[email protected]>; 
<[email protected]>
Sent: Friday, January 23, 2009 7:00 PM
Subject: Re: pushing netbsd-5 (Was: bootloader)


> David Ross wrote:
>
>> > Note sysinst doesn't have menu items for ATARITT and FALCON kernels.
>> > http://cvsweb.NetBSD.org/bsdweb.cgi/src/distrib/utils/sysinst/arch/atari/md.h?rev=1.18
>> > Should we have them or not?
>>
>> Yes, this would be helpful.  Currently, after install I have to copy the
>> ATARITT kernel down myself.
>
> Ok, could you try this one?
> ftp://ftp.NetBSD.org/pub/NetBSD/arch/atari/snapshot/20090124-5.0_BETA/
>
> (needs de/es translations...)
>
> ---
> Index: distrib/notes/common/contents
> ===================================================================
> RCS file: /cvsroot/src/distrib/notes/common/contents,v
> retrieving revision 1.143
> diff -u -r1.143 contents
> --- distrib/notes/common/contents 8 Sep 2008 16:10:14 -0000 1.143
> +++ distrib/notes/common/contents 24 Jan 2009 01:36:29 -0000
> @@ -692,7 +692,7 @@
> .\" Kernel set(s)
> .
> .ie \n[atari] \{\
> -.It Sy kern-BOOT , kern-HADES , kern-MILAN-ISAIDE , kern-MILAN-PCIIDE
> +.It Sy kern-BOOT , kern-ATARITT , kern-FALCON , kern-HADES , 
> kern-MILAN-ISAIDE , kern-MILAN-PCIIDE
> These sets contain a
> .Nx*M
> \*V
> Index: distrib/utils/sysinst/arch/atari/md.h
> ===================================================================
> RCS file: /cvsroot/src/distrib/utils/sysinst/arch/atari/md.h,v
> retrieving revision 1.18
> diff -u -r1.18 md.h
> --- distrib/utils/sysinst/arch/atari/md.h 12 Nov 2007 15:07:34 -0000 1.18
> +++ distrib/utils/sysinst/arch/atari/md.h 24 Jan 2009 01:36:31 -0000
> @@ -64,9 +64,11 @@
>  *      base etc comp games man misc tests text xbase xcomp xetc xfont 
> xserver
>  */
> #define SET_KERNEL_1_NAME "kern-BOOT"
> -#define SET_KERNEL_2_NAME "kern-HADES"
> -#define SET_KERNEL_3_NAME "kern-MILAN-ISAIDE"
> -#define SET_KERNEL_4_NAME "kern-MILAN-PCIIDE"
> +#define SET_KERNEL_2_NAME "kern-ATARITT"
> +#define SET_KERNEL_3_NAME "kern-FALCON"
> +#define SET_KERNEL_4_NAME "kern-HADES"
> +#define SET_KERNEL_5_NAME "kern-MILAN-ISAIDE"
> +#define SET_KERNEL_6_NAME "kern-MILAN-PCIIDE"
>
> /*
>  * Machine-specific command to write a new label to a disk.
> Index: distrib/utils/sysinst/arch/atari/msg.md.de
> ===================================================================
> RCS file: /cvsroot/src/distrib/utils/sysinst/arch/atari/msg.md.de,v
> retrieving revision 1.3
> diff -u -r1.3 msg.md.de
> --- distrib/utils/sysinst/arch/atari/msg.md.de 21 Oct 2004 12:14:22 -0000 
> 1.3
> +++ distrib/utils/sysinst/arch/atari/msg.md.de 24 Jan 2009 01:36:31 -0000
> @@ -66,10 +66,14 @@
> W^Wschen Sie eine AHDI-kompatible Partitionierung? }
>
> message set_kernel_1
> -{Kernel (TT030/Falcon)}
> +{Kernel (TT030/Falcon kleine RAM)}
> message set_kernel_2
> +{Kernel (TT030)}
> +message set_kernel_3
> +{Kernel (Falcon)}
> +message set_kernel_4
> {Kernel (Hades)}
> -message set_kernel_3
> +message set_kernel_5
> {Kernel (Milan ISA)}
> -message set_kernel_4
> +message set_kernel_6
> {Kernel (Milan PCI)}
> Index: distrib/utils/sysinst/arch/atari/msg.md.en
> ===================================================================
> RCS file: /cvsroot/src/distrib/utils/sysinst/arch/atari/msg.md.en,v
> retrieving revision 1.7
> diff -u -r1.7 msg.md.en
> --- distrib/utils/sysinst/arch/atari/msg.md.en 12 Jun 2003 11:20:04 -0000 
> 1.7
> +++ distrib/utils/sysinst/arch/atari/msg.md.en 24 Jan 2009 01:36:31 -0000
> @@ -62,10 +62,14 @@
> Do you want AHDI compatible partitioning? }
>
> message set_kernel_1
> -{Kernel (TT030/Falcon)}
> +{Kernel (TT030/Falcon with small RAM)}
> message set_kernel_2
> +{Kernel (TT030)}
> +message set_kernel_3
> +{Kernel (Falcon)}
> +message set_kernel_4
> {Kernel (Hades)}
> -message set_kernel_3
> +message set_kernel_5
> {Kernel (Milan ISA)}
> -message set_kernel_4
> +message set_kernel_6
> {Kernel (Milan PCI)}
> Index: distrib/utils/sysinst/arch/atari/msg.md.es
> ===================================================================
> RCS file: /cvsroot/src/distrib/utils/sysinst/arch/atari/msg.md.es,v
> retrieving revision 1.2
> diff -u -r1.2 msg.md.es
> --- distrib/utils/sysinst/arch/atari/msg.md.es 26 Aug 2005 16:32:32 -0000 
> 1.2
> +++ distrib/utils/sysinst/arch/atari/msg.md.es 24 Jan 2009 01:36:31 -0000
> @@ -62,10 +62,14 @@
> Quiere un particionaje compatible con AHDI? }
>
> message set_kernel_1
> -{N^Sleo (TT030/Falcon)}
> +{N^Sleo (TT030/Falcon pequena RAM)}
> message set_kernel_2
> {N^Sleo (Hades)}
> -message set_kernel_3
> -{N^Sleo (Milan ISA)}
> +message set_kernel_3
> +{N^Sleo (Hades)}
> message set_kernel_4
> +{N^Sleo (Hades)}
> +message set_kernel_5
> +{N^Sleo (Milan ISA)}
> +message set_kernel_6
> {N^Sleo (Milan PCI)}
> Index: etc/etc.atari/Makefile.inc
> ===================================================================
> RCS file: /cvsroot/src/etc/etc.atari/Makefile.inc,v
> retrieving revision 1.17
> diff -u -r1.17 Makefile.inc
> --- etc/etc.atari/Makefile.inc 18 Mar 2008 04:20:36 -0000 1.17
> +++ etc/etc.atari/Makefile.inc 24 Jan 2009 01:36:32 -0000
> @@ -6,9 +6,9 @@
> # If you change the list of distributed kernels, don't forget
> # to update the release documentation in distrib/notes/common/contents
>
> -KERNEL_SETS= BOOT HADES MILAN-ISAIDE MILAN-PCIIDE
> +KERNEL_SETS= BOOT ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
>
> -EXTRA_KERNELS= ATARITT BOOTX FALCON
> +EXTRA_KERNELS= BOOTX
>
> INSTALLATION_DIRS+= installation/miniroot \
>  installation/misc
>
> ---
> Izumi Tsutsui
>