
| Key | Command |
| q Q | Drop to Shell |
| r R | Restart Player |
| [ | Switch to empeg |
| ] | Switch to radio |
| = | Switch to AUX |
| s S | Cycle Info Mode |
| + x | Volume + |
| - z | Volume - |
| c C < space > | Play |
| p P | Previous Song |
| f F | Fast Forward |
| b B | Rewind |
| w W | Pause |
| \ | Sleep On/Off |
| v V | Next Visual |
| n N | Next Song |
| 1-9 | FM Preset |
| . | FM Down |
| ; | FM UP |
| ` | Radio preset store |
| O | FM preset |
| m M | Down Button |
| * | Up Button |
| n N f F | Right Button |
| b B p P | Left Button |
| 2 | Tweak Order Artist |
| 3 | Tweak Order Source |
| 5 | Tweak Order Genre |
| 6 | Tweak Order Year |
| 8 | Swap Next |
| 0 | Toggle Shuffle |
Uncompress the file in /usr/local/arm I have found the best way to compile a kernel is to add /usr/local/arm/bin to the end of you path. Then make config, and finally make zImage. In that case the kernel makefiles know to use arm-linux-gcc and the like instead of just gcc. It also then doesn't require you to precompile a couple of the utilities needed with the native gcc.
If you don't want to set up your makefiles for your own personal programs you can use the wrapper script below.
#! /bin/sh PATH="/usr/local/arm/arm-linux/bin:$PATH" exec "$@"
BYTEmark* Native Mode Benchmark ver. 2 (10/95)
Index-split by Andrew D. Balsa (11/97)
Linux/Unix* port by Uwe F. Mayer (12/96,11/97)
TEST : Iterations/sec. : Old Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT : 47.581 : 1.22 : 0.40
STRING SORT : 2.4923 : 1.11 : 0.17
BITFIELD : 1.5782e+07 : 2.71 : 0.57
FP EMULATION : 4.5401 : 2.18 : 0.50
FOURIER : 6.9459 : 0.01 : 0.00
ASSIGNMENT : 0.42833 : 1.63 : 0.42
IDEA : 188.82 : 2.89 : 0.86
HUFFMAN : 22.207 : 0.62 : 0.20
NEURAL NET : 0.0078868 : 0.01 : 0.01
LU DECOMPOSITION : 0.28289 : 0.01 : 0.01
==========================ORIGINAL BYTEMARK RESULTS==========================
INTEGER INDEX : 1.567
FLOATING-POINT INDEX: 0.011
Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
==============================LINUX DATA BELOW===============================
C compiler : gcc version 2.95.2 20000220 (Debian GNU/Linux)
libc : unknown version
MEMORY INDEX : 0.345
INTEGER INDEX : 0.429
FLOATING-POINT INDEX: 0.006
Baseline (LINUX) : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38
* Trademarks are property of their respective holder.
I have now changed the name to emptris and released the code under the GPL. There are not many comments, as in none so it may be hard to follow some of the code. I will probably be adding comments and giving more descriptive names to some of the variables in the future. If you just want the binary, its in there and at 18k file size I don't think it calls for separate distributions so you get the code as well. As always send me some mail if you have questions, suggestions or improvements.
Here is a pic for your viewing enjoyment.
Questions, comments, or flames please email empeg@hulkster.net
This page last updated August 04 2001.