Bare container correctly autogenerates from `test' sources and builds.

new file:   conts/test/SConstruct
	new file:   conts/test/container.c
	new file:   conts/test/include/linker.lds
	new file:   conts/test/include/test.h
	new file:   conts/test/main.c
	new file:   conts/test/src/test.c
	modified:   scripts/bare/bare_generator.py
This commit is contained in:
Bahadir Balban
2009-09-18 18:49:56 +03:00
parent 0d2ec30f9c
commit 99ebb7c50d
7 changed files with 90 additions and 23 deletions

12
conts/test/main.c Normal file
View File

@@ -0,0 +1,12 @@
/*
* Main function for this container
*/
#include <l4lib/arch/syslib.h>
#include <l4lib/arch/syscalls.h>
#include <l4/api/space.h>
int main(void)
{
return 0;
}