New release - version 0.6.1; zasm compiler added - ZeX/OS assembly compiler; lot...
commit887c61caacad1134b4046fe344da915f55506a88
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 20 Oct 2008 16:11:19 +0000 (20 18:11 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 20 Oct 2008 16:11:19 +0000 (20 18:11 +0200)
tree89560fec6c1f3b387318c5e500945838ced49646
parent424c4ce2e3ac2965685e474d6e7b36d5df3d25cf
New release - version 0.6.1; zasm compiler added - ZeX/OS assembly compiler; lot of regressions fixed; commandexec switch
vfs_read () function instead of exec () for loading binary files; fixed bug in command exec with fault kfree () of
unexist bss section; added vfs_touch () function; improve vfs_cd () function; improve open () and write () function - works with VFS now; added binary execute support in VFS; fixed wm app - execute bug;
added /proc/cpuinfo file with cpu information; rewrited command cpuinfo for direct read from /proc/cpuinfo file; small fixes
in pcnet32 ethernet
driver
31 files changed:
apps/wm/filemanager.c
apps/wm/main.c
apps/zasm/Makefile [new file with mode: 0644]
apps/zasm/buffer.c [new file with mode: 0644]
apps/zasm/buffer.h [copied from kernel/include/elf.h with 52% similarity, mode: 0644]
apps/zasm/link.ld [new file with mode: 0644]
apps/zasm/main.c [copied from libc/include/unistd.h with 54% similarity, mode: 0644]
apps/zasm/make_img.sh [new file with mode: 0755]
apps/zasm/source.c [new file with mode: 0644]
apps/zasm/source.h [copied from libc/include/unistd.h with 62% similarity, mode: 0644]
apps/zasm/src [new file with mode: 0644]
apps/zasm/start.asm [new file with mode: 0755]
build.sh
kernel/.config
kernel/Makefile
kernel/core/commands.c
kernel/core/elf.c
kernel/core/smp.c
kernel/core/vfs.c
kernel/drivers/fs/fat.c
kernel/drivers/net/pcnet32/pcnet32.c
kernel/include/elf.h
kernel/include/file.h
kernel/include/smp.h
kernel/include/vfs.h
kernel/lib/stdio/open.c
kernel/lib/stdio/write.c
libc/include/fcntl.h
libc/include/stdio.h
libc/include/unistd.h
libx/image/ximage.c