Hi, In the head-armv.S file of the linux kernel (2.4.9), there are some "rules" set: /* * Kernel startup entry point. * * The rules are: * r0 - should be 0 * r1 - unique architecture number * MMU - off * I-cache - on or off * D-cache - off * * See linux/arch/arm/tools/mach-types for the complete list of numbers * for r1. */
as far as I can see, the D-cache and the MMU are enabled at the moment the kernel is started: dcache_enabled=0x00000001 icache_enabled=0x00000001 could this give any problems? (by the way, I'm using the "Compaq OHH BootLoader, Rev 2-14-8 [BIG_KERNEL] [MONO]") Frank _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
