mirror of
https://github.com/drasko/codezero.git
synced 2026-03-13 15:51:49 +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:
@@ -38,7 +38,7 @@ struct capability {
|
||||
extern struct cap_list capability_list;
|
||||
|
||||
struct initdata;
|
||||
int read_kernel_capabilities(struct initdata *);
|
||||
void copy_boot_capabilities(struct initdata *initdata);
|
||||
int read_pager_capabilities();
|
||||
void copy_boot_capabilities();
|
||||
|
||||
#endif /* __MM0_CAPABILITY_H__ */
|
||||
|
||||
Reference in New Issue
Block a user