-
About kernel size: the most recent is the bigger (kernel 2.6 is bigger than 2.4). Remove all unused drivers to reduce at max the kernel size, or use as many modules as possible.
During boot process, look at the log line beginning with "Memory: " to see the size of uncompressed kernel.
See also /proc/meminfo for free and used memory.
About kernel boot time, read /proc/uptime in...
2005-03-08 12:41:27 UTC in gp32linux
-
toholl committed patchset 45 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 1 files.
2004-09-26 20:40:16 UTC in gp32linux
-
toholl committed patchset 44 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 1 files.
2004-09-06 22:03:28 UTC in gp32linux
-
toholl committed patchset 43 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 1 files.
2004-09-05 20:20:34 UTC in gp32linux
-
Sorry but I didn't succeeded to answer to your xxx.xxx.su email address.
This is my compile result with your .config
arm-linux-ld -p -X -T arch/arm/vmlinux.lds arch/arm/kernel/head-armv.o arch/arm/kernel/init_task.o init/main.o init/version.o \
--start-group \
arch/arm/kernel/kernel.o arch/arm/mm/mm.o arch/arm/mach-s3c2400/s3c2400.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o...
2004-09-01 20:51:27 UTC in gp32linux
-
toholl committed patchset 42 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 1 files.
2004-08-31 20:46:35 UTC in gp32linux
-
toholl committed patchset 41 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 1 files.
2004-08-30 21:31:52 UTC in gp32linux
-
toholl committed patchset 40 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 2 files.
2004-08-30 19:52:00 UTC in gp32linux
-
toholl committed patchset 39 of module linux-2.4.13-gp32 to the gp32linux CVS repository, changing 2 files.
2004-08-24 21:06:26 UTC in gp32linux
-
Sorry for the delay: I was in holidays...
Your problem is due to a conflict between the console and the magic sysrq keys.
# make xconfig
in "Kernel hacking" menu, set "Magic Sysrq key" to no, and then compile your kernel.
2004-08-23 20:24:18 UTC in gp32linux