Added support for easy installation of the apps into CD (iso image) by build.sh scrip...
commit009d8d57b9943675d3e9cc6e568a24b7a074b9aa
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 19 Dec 2009 16:42:46 +0000 (19 17:42 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 19 Dec 2009 16:42:46 +0000 (19 17:42 +0100)
tree80b67bab44cf9380b93c51b60c48538d52d74d26
parentd598f8f8f4dbd96d11addc2fdd1789bb2055a37c
Added support for easy installation of the apps into CD (iso image) by build.sh script. Example:
"./build.sh iso app", where app is name of a package you want to install; fixed memory corruption bug in
iso9660 filesystem; small cleanup in sched.c
41 files changed:
apps/calc/Makefile
apps/calc/start.asm [deleted file]
apps/edit/Makefile
apps/edit/start.asm [deleted file]
apps/im/src/makefile-zexos
apps/imgshow/Makefile
apps/imgshow/start.asm [deleted file]
apps/invaders/Makefile
apps/invaders/start.asm [deleted file]
apps/irc/Makefile
apps/nc/Makefile
apps/nc/start.asm [deleted file]
apps/openchess/src/makefile-zexos
apps/pacman/Makefile
apps/pacman/start.asm [deleted file]
apps/play/Makefile
apps/sh/Makefile
apps/sh/start.asm [deleted file]
apps/telnetd/Makefile
apps/telnetd/start.asm [deleted file]
apps/threadtest/Makefile
apps/threadtest/start.asm [deleted file]
apps/trigame/Makefile
apps/trigame/start.asm [deleted file]
apps/tutorial/Makefile
apps/webcl/Makefile
apps/webcl/start.asm [deleted file]
apps/websrv/Makefile
apps/wm/Makefile
apps/wm/filemanager.c
apps/wm/start.asm [deleted file]
apps/zasm/Makefile
apps/zasm/start.asm [deleted file]
apps/zde/Makefile
apps/zde/start.asm [deleted file]
apps/zjab/Makefile
apps/zmail/Makefile
apps/zmail/start.asm [deleted file]
build.sh
kernel/core/sched.c
kernel/drivers/fs/isofs.c