Re: CVS commit: src/sys/arch/sun2/conf

2024-06-30 Thread Rin Okuyama
Hi, On 2024/06/30 16:18, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Sun Jun 30 05:59:14 UTC 2024 Modified Files: src/sys/arch/sun2/conf: GENERIC Log Message: sun2: GENERIC: XXX: Drop `MODULAR` and `compat_netbsd16.config` as a w

re: CVS commit: src/sys/arch/sun2/conf

2024-06-30 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Sun Jun 30 05:59:14 UTC 2024 > > Modified Files: > src/sys/arch/sun2/conf: GENERIC > > Log Message: > sun2: GENERIC: XXX: Drop `MODULAR` and `compat_netbsd16.config` > > as a workaround for memory shortage. Even wit

CVS commit: src/sys/arch/sun2/conf

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 30 05:59:14 UTC 2024 Modified Files: src/sys/arch/sun2/conf: GENERIC Log Message: sun2: GENERIC: XXX: Drop `MODULAR` and `compat_netbsd16.config` as a workaround for memory shortage. Even with 8MB-RAM configuration, live-ima

CVS commit: src/sys/arch/sun2/conf

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 30 05:59:14 UTC 2024 Modified Files: src/sys/arch/sun2/conf: GENERIC Log Message: sun2: GENERIC: XXX: Drop `MODULAR` and `compat_netbsd16.config` as a workaround for memory shortage. Even with 8MB-RAM configuration, live-ima

CVS commit: src/sys/arch/sun2/conf

2024-01-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jan 18 05:13:48 UTC 2024 Modified Files: src/sys/arch/sun2/conf: std.sun2 Log Message: Add "options M68010" for completeness. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sun2/conf/std.sun2 Plea

CVS commit: src/sys/arch/sun2/conf

2024-01-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jan 18 05:13:48 UTC 2024 Modified Files: src/sys/arch/sun2/conf: std.sun2 Log Message: Add "options M68010" for completeness. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sun2/conf/std.sun2 Plea

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 20:22:52 UTC 2021 Modified Files: src/sys/arch/sun2/conf: INSTALL Log Message: The INSTALL kernel needs to be small too To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sun2/conf/INSTALL P

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 20:22:52 UTC 2021 Modified Files: src/sys/arch/sun2/conf: INSTALL Log Message: The INSTALL kernel needs to be small too To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sun2/conf/INSTALL P

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 19:01:06 UTC 2021 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 Log Message: Only use the ldscript for the RAMDISK kernel for now. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/s

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 19:01:06 UTC 2021 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 Log Message: Only use the ldscript for the RAMDISK kernel for now. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/s

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 18:59:57 UTC 2021 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 RAMDISK Added Files: src/sys/arch/sun2/conf: kern.ldscript Log Message: use -ffunction-sections -fdata-sections --gc-sections with an lds

CVS commit: src/sys/arch/sun2/conf

2021-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 18:59:57 UTC 2021 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 RAMDISK Added Files: src/sys/arch/sun2/conf: kern.ldscript Log Message: use -ffunction-sections -fdata-sections --gc-sections with an lds

Re: Modularize sun2 kernel (Re: CVS commit: src/sys/arch/sun2/conf)

2020-03-14 Thread Jason Thorpe
> On Mar 14, 2020, at 8:10 PM, Jason Thorpe wrote: > > redundant things (e.g. extent vs vmem) In case this wasn't obvious, I favor ejecting extent in favor of vmem. -- thorpej

Re: Modularize sun2 kernel (Re: CVS commit: src/sys/arch/sun2/conf)

2020-03-14 Thread Jason Thorpe
> On Mar 14, 2020, at 7:57 PM, Rin Okuyama wrote: > > I think that we can no longer support 4MB system because of (2); hangs > due to (2) are much more serious for 4MB system than it is in 7MB system. > Modern kernel allocates too much things on demand rather than statically > allocating them

Modularize sun2 kernel (Re: CVS commit: src/sys/arch/sun2/conf)

2020-03-14 Thread Rin Okuyama
(added port-sun2 and thorpej) On 2020/03/08 17:40, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Sun Mar 8 06:25:10 UTC 2020 Modified Files: src/sys/arch/sun2/conf: GENERIC Log Message: Retire md(4) in favor of tmpfs provided by mo

re: CVS commit: src/sys/arch/sun2/conf

2020-03-08 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Sun Mar 8 06:25:10 UTC 2020 > > Modified Files: > src/sys/arch/sun2/conf: GENERIC > > Log Message: > Retire md(4) in favor of tmpfs provided by module, > though both are not useful for 8MB RAM system... hi Rin.