mirror of
https://github.com/drasko/codezero.git
synced 2026-04-25 21:29:03 +02: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:
@@ -15,7 +15,8 @@ struct bootdesc {
|
||||
struct svc_image images[];
|
||||
} __attribute__((__packed__));
|
||||
|
||||
struct initdata;
|
||||
void read_bootdesc(struct initdata *initdata);
|
||||
|
||||
void read_boot_params();
|
||||
struct svc_image *bootdesc_get_image_byname(char *);
|
||||
|
||||
#endif /* __BOOTDESC_H__ */
|
||||
|
||||
Reference in New Issue
Block a user