mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 01:39:05 +02:00
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:
12
conts/test/main.c
Normal file
12
conts/test/main.c
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user