Changes in merged posix pager mm0 initialization.

- Moved rootfs from being embedded to mm0 image to being an independent image.
- MM0 boots up to start_init_process with updated boot convention.
This commit is contained in:
Bahadir Balban
2009-10-05 13:25:32 +03:00
parent f8bcd7a546
commit da5f4dcff3
22 changed files with 383 additions and 601 deletions

View File

@@ -0,0 +1,2 @@
SECTION(".bss") char empty_image[SZ_4MB];