Kernel 0.6.3; ZNFS filesystem is able to create file, directories, change directory...
commit6907f5200ad5b26a1e45c5244a6e8c87e45eb417
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 1 Feb 2009 15:11:11 +0000 (1 16:11 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 1 Feb 2009 15:11:11 +0000 (1 16:11 +0100)
treefc5867d52d221d1b6b5acd3269911dff66d958e5
parent3d7b681d74adcac6a42bb724943144c429cbd7fc
Kernel 0.6.3; ZNFS filesystem is able to create file, directories, change directory and read files
- file write support still missing; updated INSTALL file; fixed default config - VGA should be
disabled / VESA enabled; fixed bug in VFS - vfs_mkdir () assign to VFS flag VFS_FILEATTR_MOUNTED,
what is wrong, should be when physical device is mounted; clean up in drive.c code - debug
messages; irc client /os command was updated
INSTALL
apps/irc/commands.c
build.sh
kernel/.config
kernel/Makefile
kernel/core/commands.c
kernel/core/vfs.c
kernel/drivers/Kconfig
kernel/drivers/block/drive.c
kernel/drivers/fs/znfs.c
tools/znfsd/proto.c