Created libc under containers/posix which now all tasks use to build.

There is a problem in the new libc that test0 now misbehaves. Going to be fixed.
This commit is contained in:
Bahadir Balban
2009-08-27 12:00:04 +03:00
parent 87e2aeaf58
commit a41caeebd2
67 changed files with 2760 additions and 53 deletions

View File

@@ -16,9 +16,13 @@
*/
void main(void);
void uart_init(void);
void __container_init(void)
{
/* Initialize uarts */
uart_init();
/* Generic L4 initialisation */
__l4_init();