mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 10:13:15 +01:00
- Moved rootfs from being embedded to mm0 image to being an independent image. - MM0 boots up to start_init_process with updated boot convention.
23 lines
428 B
C
23 lines
428 B
C
/*
|
|
* Global physical memory descriptions.
|
|
*
|
|
* Copyright (C) 2007 - 2009 Bahadir Balban
|
|
*/
|
|
#include <l4/macros.h>
|
|
#include <l4/config.h>
|
|
#include <l4/types.h>
|
|
#include <l4/lib/list.h>
|
|
#include <l4/lib/math.h>
|
|
#include <l4/api/thread.h>
|
|
#include <l4/api/kip.h>
|
|
#include <l4/api/errno.h>
|
|
#include INC_GLUE(memory.h)
|
|
|
|
#include <l4lib/arch/syslib.h>
|
|
#include <stdio.h>
|
|
#include <init.h>
|
|
#include <physmem.h>
|
|
#include <bootm.h>
|
|
|
|
|