metalsvm/fs
Marian Ohligs 3d74f1b514 - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs.
INFO:	typedef struct fildes {
        	vfs_node_t* 	node;
        	off_t 		offset;
		int 		flags;
		int 		mode;
	} fildes_t;

- merge fs_types.h and fs.h into one file fs.h
2011-07-01 18:04:00 +02:00
..
fs.c - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs. 2011-07-01 18:04:00 +02:00
initrd.c add initrd_open. still buggy! 2011-07-01 18:03:49 +02:00
Makefile move driver "/dev/null" to the directory "drivers/char" 2011-03-03 07:44:20 +01:00