A Bare-Metal Hypervisor for Non-Coherent Memory-Coupled Cores
Find a file
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
arch/x86 Merge branch 'master' into ohligs 2011-06-12 12:02:24 +02:00
documentation Committed the rest. There is only few stuff missing. 2011-04-05 14:44:42 +02:00
drivers some code optmizations 2011-06-07 15:09:19 +02:00
fs - 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
include - 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
kernel - 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
libkern only if the macro CONFIG_VGA is set, the function settextcolor will be used 2011-05-25 15:42:10 -07:00
lwip add the support of the Socket API 2011-06-06 21:45:10 +02:00
mm use HALT instead of NOP8 2011-05-17 08:12:56 -07:00
newlib remove hangman, add mshell 2011-05-24 23:37:40 +02:00
tools manual merge old readwrite branch 2011-04-21 00:25:05 +02:00
.gitignore some changes in .gitignore 2011-05-29 23:10:00 +02:00
Doxyfile Committed the rest. There is only few stuff missing. 2011-04-05 14:44:42 +02:00
LICENSE-2.0.txt - first steps to realize a SVM subsystem in a VM 2010-07-31 15:53:30 +00:00
link.ld fix bug in the initializtion of the BSS section 2011-06-09 08:18:12 +02:00
Makefile.example add some drivers to Makefile.example 2011-06-21 12:42:08 +02:00
Makefile.inc redesign of the SCC bootloader and rename kernel file to metalsvm.elf 2011-03-31 12:50:42 -07:00
NOTICE - substantiate the NOTICE file 2010-10-28 07:11:05 +00:00
script.gdb New Makefile target: qemudbg 2011-05-16 13:26:49 +02:00