|
|
Log in / Subscribe / Register

A Linux system running over JavaScript

A Linux system running over JavaScript

Posted May 18, 2011 4:15 UTC (Wed) by jdub (guest, #27)
In reply to: A Linux system running over JavaScript by tzafrir
Parent article: A Linux system running over JavaScript

Why, was kernel FPU emulation removed?


to post comments

A Linux system running over JavaScript

Posted May 18, 2011 19:10 UTC (Wed) by rahvin (guest, #16953) [Link] (2 responses)

How many x86 CPU's have you run into that don't have FPU's?

The simple reality is that such a piece of hardware hasn't existed for a very long time and I believe the kernel dev's took the opinion that it was causing needless pain to leave it in when no one was using it. Not to mention that there are still all those old kernels that can do it which IMO are much more suited to all that old hardware than the newer kernels. Finally, that the vast majority of people didn't even notice it was gone until someone built a fancy little emulator without FPU support is also indicative that they made the right decision in excising the code.

A Linux system running over JavaScript

Posted May 19, 2011 0:26 UTC (Thu) by Darkmere (subscriber, #53695) [Link] (1 responses)

What? They are all over the place, especially in the x86-embedded market, 486SX (VorteX86 and similar SoC chipsets) is a very capable little controller that works exceptionally well.

Also, FPU emulation works on newer kernels than 6.20, so that's just fine too.

A Linux system running over JavaScript

Posted May 19, 2011 7:13 UTC (Thu) by richard_weinberger (subscriber, #38938) [Link]

JSLinux has problems with newer kernels because it passes the kernel command line in an old-styled way.
Commit fa76dab9 (x86: clean up setup.h and the boot code) "broke" Linux >= 2.6.24 on JSLinux.

Fabrice Bellard has to update his linuxstart.bin bootloader...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds