mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 02:03:29 +01:00
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:
@@ -12,7 +12,7 @@
|
||||
|
||||
void init_mm_descriptors(struct page_bitmap *page_map,
|
||||
struct bootdesc *bootdesc, struct membank *membank);
|
||||
void init_physmem(struct initdata *initdata, struct membank *membank);
|
||||
void init_physmem(void);
|
||||
|
||||
int pager_address_pool_init(void);
|
||||
void *pager_new_address(int npages);
|
||||
|
||||
Reference in New Issue
Block a user