Added zpaint - painting tool for ZDE; added zcalc - calculator for ZDE; updated assem...
commit990bfeb1fb2a6890f08206e47669e6504c5e0857
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 17 Oct 2009 08:52:04 +0000 (17 10:52 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 17 Oct 2009 08:52:04 +0000 (17 10:52 +0200)
tree466391c109404f5cd634847dde2a0e7c475a7134
parent2fcc537883bd74a298719dd48687ac48ff0d0705
Added zpaint - painting tool for ZDE; added zcalc - calculator for ZDE; updated assembly file names from some apps (.asm
-> .s); added support for buttons, input boxes, mouse cursor and bitmap rendering into ZDE's client-app side; all ZDE's
apps should be called *.x; proc_thread_context () was updated; fixed bug in AC'97 driver with wrong mem alocator;
vfs_mmap () was modified for vfs_content_t * use; vfs_cat () was fixed when wrong filename specified; fixed few
functions in vfs.c + cleanup; ps2 driver was updated and fixed - checking for wrong type of PS/2 + cleanup; old memory
manager from lib/mm was deleted - deprecated; cat.c, ls.c, cd.c, cp.c, mkdir.c, rm.c in utils - fixed DPRINT newspace
69 files changed:
README
apps/tutorial/Makefile
apps/tutorial/start.s [copied from apps/tutorial/start.asm with 100% similarity]
apps/zde/Makefile
apps/zde/appcl.c
apps/zde/appcl.h
apps/zde/appsrv.c
apps/zde/button.c
apps/zde/dialog.c
apps/zde/dialog.h
apps/zde/handler.c
apps/zde/kbd.c [new file with mode: 0755]
apps/zde/kbd.h [copied from kernel/utils/fs/cd.c with 69% similarity, mode: 0755]
apps/zde/main.c
apps/zde/resource.c [new file with mode: 0644]
apps/zde/zcalc/Makefile [copied from apps/zde/ztest/Makefile with 65% similarity]
apps/zde/zcalc/README [new file with mode: 0644]
apps/zde/zcalc/link.ld [new file with mode: 0644]
apps/zde/zcalc/main.c [new file with mode: 0644]
apps/zde/zcalc/main.o [new file with mode: 0644]
apps/zde/zcalc/make_img.sh [copied from apps/zde/zclock/make_img.sh with 95% similarity]
apps/zde/zcalc/start.o [new file with mode: 0644]
apps/zde/zcalc/start.s [moved from apps/zde/zclock/start.asm with 100% similarity]
apps/zde/zcalc/zcalc.x [new file with mode: 0755]
apps/zde/zclock/Makefile
apps/zde/zclock/README
apps/zde/zclock/main.c
apps/zde/zclock/make_img.sh
apps/zde/zclock/start.s [moved from apps/zde/ztest/start.asm with 100% similarity]
apps/zde/zpaint/Makefile [copied from apps/zde/ztest/Makefile with 65% similarity]
apps/zde/zpaint/README [new file with mode: 0644]
apps/zde/zpaint/link.ld [new file with mode: 0644]
apps/zde/zpaint/main.c [copied from apps/zde/zclock/main.c with 58% similarity]
apps/zde/zpaint/main.o [new file with mode: 0644]
apps/zde/zpaint/make_img.sh [copied from apps/zde/zclock/make_img.sh with 95% similarity]
apps/zde/zpaint/start.o [new file with mode: 0644]
apps/zde/zpaint/start.s [copied from apps/tutorial/start.asm with 100% similarity]
apps/zde/zpaint/zpaint.x [new file with mode: 0755]
apps/zde/ztest/Makefile
apps/zde/ztest/README
apps/zde/ztest/main.c
apps/zde/ztest/make_img.sh
apps/zde/ztest/start.s [moved from apps/tutorial/start.asm with 100% similarity]
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/dev.c
kernel/core/net/packet.c
kernel/core/net/unix.c
kernel/core/partition.c
kernel/core/proc.c
kernel/core/smp.c
kernel/core/tty.c
kernel/core/vfs.c
kernel/drivers/char/mouse/ps2.c
kernel/drivers/char/sound/ac97.c
kernel/drivers/char/sound/es1370.c
kernel/drivers/fs/isofs.c
kernel/drivers/fs/zexfs.c
kernel/include/vfs.h
kernel/lib/Makefile
kernel/lib/mm/mem.c [deleted file]
kernel/lib/mm/protmem.c [deleted file]
kernel/lib/stdio/write.c
kernel/utils/fs/cat.c
kernel/utils/fs/cd.c
kernel/utils/fs/cp.c
kernel/utils/fs/ls.c
kernel/utils/fs/mkdir.c
kernel/utils/fs/rm.c