MediOS
From M:Robe 500i Development Wiki
MediOS is a small OS which is being developed by the archos group.
A port of this system has been made for the m:robe 500i.
Contents |
Compiling Instructions
Under windows using Cygwin
more info and links can be found at the Cygwin's compiling page from archopen.org.
1. Install Cygwin with at least GCC & make (you can just select all development options).
2. Download [toolchain_arm_nofpu.rar] (arm's toolchain)
3. Extract toolchain_arm_nofpu.rar to C:\cygwin\usr\local
4. Append the following lines to "C:\cygwin\home\YOUR_USERNAME\.bash_profile" (or enter them manually every time you run cygwin):
PATH=$PATH:/usr/local/toolchain_arm_nofpu/bin:.
export PATH
(note the dot "." at the end of the first line)
5. Extract the sources into some directory under your home dir.
6. go into that directory and compile whatever you want using:
make medios.bin (in order to compile medios)
make doom.bin (in order to compile doom)
etc' - look at the makefile and the apps folder for more apps/games.
7. once you've compiled what you want, you get a file called "medios.bin" or "doom.bin" etc'. change the file's name to "prog.mrb" and copy it to the root of your m:robe.
8. run the exploited remix.
Under linux
almost the same, but use arm toolchain for linux.
Download
MediOS+DOOM v1.01b source code: doom_medios_101b_src.tar.gz
Cygwin: Cygwin Homepage
ARM Toolchain: toolchain_arm_nofpu.rar