OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [mm0/] [container.c] - Rev 2

Compare with Previous | Blame | View Log

/*
 * Container entry point for pager
 *
 * Copyright (C) 2007-2009 Bahadir Bilgehan Balban
 */
 
#include <posix/posix_init.h>
#include <l4lib/init.h>
#include <l4lib/utcb.h>
 
/*
 * Application specific utcb allocation
 * for this container.
 *
 * Copyright (C) 2007-2009 Bahadir Balban
 */
 
void main(void);
 
void __container_init(void)
{
	/* Generic L4 initialisation */
	__l4_init();
 
	/* Entry to main */
	main();
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.