Difference between revisions of "EmCORE"
User890104 (talk | contribs) |
User890104 (talk | contribs) |
||
Line 9: | Line 9: | ||
* FAT32 file system access | * FAT32 file system access | ||
* LCD text console and graphics API | * LCD text console and graphics API | ||
− | * Can run other kernels (such as Rockbox) through a kexec-like interface | + | * Can run other kernels (such as [http://www.rockbox.org/ Rockbox]) through a kexec-like interface |
* ~75KB executable size, ~110KB RAM usage (plus LCD frame buffer) | * ~75KB executable size, ~110KB RAM usage (plus LCD frame buffer) | ||
Line 15: | Line 15: | ||
==emCORE boot menu== | ==emCORE boot menu== | ||
When emCORE is installed, the emCORE boot menu is installed as the default autostart app. Depending on the device it offers various boot options. | When emCORE is installed, the emCORE boot menu is installed as the default autostart app. Depending on the device it offers various boot options. | ||
+ | |||
+ | |||
+ | |||
+ | ==emCORE fastboot== | ||
+ | You can use [[Fastboot|fastboot]] in order to launch [http://www.rockbox.org/ Rockbox] even more quickly when the iPod starts. | ||
Revision as of 12:00, 26 May 2011
Contents
emCORE kernel
emCORE is a lightweight alternative operating system for iPods (and possibly other devices one day).
Features
- Preemptive multitasking
- Can run multiple independent apps at the same time
- Shared library support
- USB debugging API
- FAT32 file system access
- LCD text console and graphics API
- Can run other kernels (such as Rockbox) through a kexec-like interface
- ~75KB executable size, ~110KB RAM usage (plus LCD frame buffer)
When emCORE is installed, the emCORE boot menu is installed as the default autostart app. Depending on the device it offers various boot options.
emCORE fastboot
You can use fastboot in order to launch Rockbox even more quickly when the iPod starts.
Installation instructions
There's an installation wizard available on this page.
Uninstallation instructions
There's an uninstallation wizard available on this page.