Kernel 0.5.7-r5; ext2 filesystem initial support, libx can handle more
commitd28b7ad482557e8b326c27316e25d9938505b30d
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 29 Jan 2008 17:49:53 +0000 (29 18:49 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 29 Jan 2008 17:49:53 +0000 (29 18:49 +0100)
tree24adb98a5a5a6be7c39c664512fdad029d4b4df1
parent5ffc3e1fd4a0fb78d926206472111db3188d780c
Kernel 0.5.7-r5; ext2 filesystem initial support, libx can handle more
mouse types like ps2, usb (TODO) or keyboard steer, wm memory overwrite
fixed, added config file to wm for manual specify mouse type, fixed wm
start (fault rodata address in link.ld)
23 files changed:
apps/wm/Makefile
apps/wm/README
apps/wm/config [new file with mode: 0644]
apps/wm/config.c [new file with mode: 0755]
apps/wm/config.h [copied from libx/libx/cursor.h with 74% similarity]
apps/wm/cursor.c
apps/wm/filemanager.c
apps/wm/link.ld
apps/wm/main.c
apps/wm/make_img.sh
kernel/.config
kernel/build/i386/config.h
kernel/core/commands.c
kernel/core/dev.c
kernel/core/fs.c
kernel/core/partition.c
kernel/drivers/Kconfig
kernel/drivers/block/drive.c
kernel/drivers/fs/ext2.c [new file with mode: 0755]
kernel/include/partition.h
kernel/kernel.mak
libx/cursor/xcursor.c
libx/libx/cursor.h