Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: strafford on August 12, 2009, 05:23:04 PM
-
Hi
I have a small SBC with no FPU. Is it possible (perhaps with some boot parameter) to boot Tiny Core (I have tried 2.2 and if failed stating there is no fpu).
I know that Debian 4.0 can w/ option pnpbios=off but...
Regards,
Scott
-
There is a "no387" boot parameter:
http://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf/ch09.pdf
-
That option was disabled, because practically all hardware has a FPU nowadays, and enabling it would enlarge the kernel unnecessarily.
Thus you would need to recompile the kernel.
-
Yeah, I figured that out once I took the time to test it. However, recompiling the kernel is a small cost to get a working system, especially if such a small change is all it will take.