mirror of
https://github.com/drasko/codezero.git
synced 2026-02-15 03:13:16 +01:00
Fixed a fault with posix tasks not getting their LMA correctly
This commit is contained in:
@@ -121,9 +121,9 @@ int main(void)
|
||||
printf("elf-loader:\tkernel entry point is %lx\n", *kernel_entry);
|
||||
arch_start_kernel(kernel_entry);
|
||||
|
||||
printf("elf-loader:\tKernel start failed!\n");
|
||||
printf("elf-loader:\tKernel start failed! Looping endless.\n");
|
||||
while (1)
|
||||
printf("Endless loop.\n");
|
||||
;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user