mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +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:
@@ -118,7 +118,7 @@ int main(void)
|
||||
load_container_images((unsigned long)_start_containers,
|
||||
(unsigned long)_end_containers);
|
||||
|
||||
printf("elf-loader:\tkernel entry point is %lx\n", *kernel_entry);
|
||||
printf("elf-loader:\tkernel entry point is 0x%lx\n", *kernel_entry);
|
||||
arch_start_kernel(kernel_entry);
|
||||
|
||||
printf("elf-loader:\tKernel start failed! Looping endless.\n");
|
||||
|
||||
Reference in New Issue
Block a user