corsac
|
2011-06-22
, 15:48
|
Posts: 94 |
Thanked: 28 times |
Joined on Oct 2009
|
#271
|
|
2011-06-22
, 16:29
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#272
|
|
2011-06-22
, 16:31
|
Posts: 94 |
Thanked: 28 times |
Joined on Oct 2009
|
#273
|
|
2011-06-22
, 16:41
|
Posts: 337 |
Thanked: 192 times |
Joined on Feb 2010
@ Atlanta
|
#274
|
|
2011-06-23
, 11:48
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#275
|
This thread is really interesting to follow. So basically since the N950 uses the same SoC the OS can be ported to work on the N900 (in theory at least)?
|
2011-06-23
, 12:49
|
Posts: 94 |
Thanked: 28 times |
Joined on Oct 2009
|
#277
|
Here. Does anyone know if Harmattan is built with thumb instructions? The N900's OMAP can't cope with those.
|
2011-06-23
, 12:57
|
Posts: 94 |
Thanked: 28 times |
Joined on Oct 2009
|
#278
|
I don't have the config file around but iirc thumb2 wasn't enabled, I'll check tomorrow in case nobody does it first.
$ grep THUMB arch/arm/configs/rm581_defconfig CONFIG_ARM_THUMB=y # CONFIG_ARM_THUMBEE is not set # CONFIG_THUMB2_KERNEL is not set
|
2011-06-23
, 13:03
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#279
|
Here. Does anyone know if Harmattan is built with thumb instructions? The N900's OMAP can't cope with those.
Features : swp half thumb fastmult vfp edsp thumbee neon vfp3
|
2011-06-23
, 19:08
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#280
|
Ok, it was easy enough to check:
Hope that helps.Code:$ grep THUMB arch/arm/configs/rm581_defconfig CONFIG_ARM_THUMB=y # CONFIG_ARM_THUMBEE is not set # CONFIG_THUMB2_KERNEL is not set