This shows you the differences between two versions of the page.
ass:laboratoare:02:tasks:04 [2023/07/17 19:57] radu.mantu |
ass:laboratoare:02:tasks:04 [2023/07/18 12:36] (current) radu.mantu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== 04. [??p] Debuging (aka. the "fun" part) ==== | + | ==== 04. Debuging (aka. the "fun" part) ==== |
If you faithfully followed the instructions up to this point, you'll be glad to know that you are precisely 3 bugs away from having a working Linux-based system. So, let's get started: | If you faithfully followed the instructions up to this point, you'll be glad to know that you are precisely 3 bugs away from having a working Linux-based system. So, let's get started: | ||
- | === [??] Task A - bootm decompression error === | + | === Bug A - bootm decompression error === |
After executing ''bootm'', you may notice some successful loads of the FDT and ramdisk, but the following error during the kernel loading process: | After executing ''bootm'', you may notice some successful loads of the FDT and ramdisk, but the following error during the kernel loading process: | ||
Line 18: | Line 18: | ||
</note> | </note> | ||
- | === [??] Task B - Kernel panic === | + | === Bug B - Kernel panic === |
Congratulations! The kernel is finally booting. I'm certain you're thankful for keeping that Makefile up to date, right? But what's this? | Congratulations! The kernel is finally booting. I'm certain you're thankful for keeping that Makefile up to date, right? But what's this? | ||
Line 66: | Line 66: | ||
</solution> | </solution> | ||
- | === [??p] Task C - System freeze at login === | + | === Bug C - System freeze at login === |
Now that the kernel panic has been solved, the only remaining issue is a freeze right after forking into User Space. | Now that the kernel panic has been solved, the only remaining issue is a freeze right after forking into User Space. |