我需要找到導致AHCI磁盤驅動程序啓動過程中內核啓動失敗的第三方虛擬機監控程序的問題。如何在內核啓動時添加printk函數
So, is there any way to add print boot up message while kernel boot up? The kernel boot process is failure, so it is impossible to see printk information after system boot.
How to debug kernel, while the system boot up, thanks
*「系統啓動後無法看到printk信息。」* - 您需要解釋這一點。你確定內核甚至開始執行嗎?這是什麼拱門?您是否嘗試啓用'earlyprintk'? – sawdust
謝謝,內核開始執行,我嘗試使用HART調試接口。然而,我還沒有找到足夠的操作細節信息來做到這一步一步。 –