Skip to content
Snippets Groups Projects
Commit c648a754 authored by John Hodge's avatar John Hodge
Browse files

Kernel/armv7 - Set ARMv7 to use the initrd for /Acess

parent c970e359
Branches
Tags rel0.12
No related merge requests found
...@@ -40,7 +40,7 @@ int kmain(void) ...@@ -40,7 +40,7 @@ int kmain(void)
// //
LogF("Moving to arch-independent init\n"); LogF("Moving to arch-independent init\n");
System_Init(""); System_Init("/Acess=initrd:");
//TODO: //TODO:
LogF("End of kmain(), for(;;) Threads_Sleep();\n"); LogF("End of kmain(), for(;;) Threads_Sleep();\n");
for(;;) for(;;)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment