![]() |
2012-04-02
, 21:27
|
Posts: 69 |
Thanked: 55 times |
Joined on Nov 2009
|
#2
|
![]() |
2012-04-02
, 22:37
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#3
|
![]() |
2012-04-02
, 22:47
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#4
|
There are at least 3 kernels in use on the N900: the stock pr1.3 kernel, kp49 and kp50. Often I boot into one, only to realize I needed something from another (such as the bleeding-edge wifi drivers).
![]() |
2012-04-02
, 22:57
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#5
|
There is a program called kexec, which allows for the loading of one linux kernel from another. And it is in the Maemo repositories as well. If I understand correctly, this would allow for a uboot-like system to be implemented in userspace - so we could have an app to select what to reboot to with a nice touchscreen interface, and no need for risky kernel flashing. (If a kernel loaded by kexec is broken, a full reset [taking the battery out and putting it back in] will load the original kernel from the flash memory.)
Does this sound feasible? Also, would anyone be interested in such an app?