Skip to content
/ palmos Public
forked from jedahan/palmos

palmos 2.0 development environment, using docker

Notifications You must be signed in to change notification settings

ysei/palmos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZaZa

This is an app, called zaza, for bard graduate center.

You can download the latest release and put it on an emulator, like phem.

PalmOS development

This is how to get up and running with a PalmOS 2.0 development environment

Install docker

sudo apt-get install -y docker

Pull the latest palmos development image, which contains debian sarge + the palm 3.5 sdk and compilers

docker pull jedahan/palmos:latest

Edit a string in the resource file src/example/hello.rcp

sed -e "s|Mobile World|$USER|" -i src/example/hello.rcp

Compile a new hello.rcp

make

Copy to your favorite emulator (I prefer phem for android), or hotsync to a real palm pilot

sudo adb push src/example/hello.prc /sdcard/phem/card

If you are interested in how I built the jedahan/debian-sarge and jedahan/palmos images, take a look at the Makefile.

About

palmos 2.0 development environment, using docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.2%
  • Objective-C 26.7%
  • C++ 4.7%
  • Rebol 3.2%
  • Makefile 0.2%