开发者

How to debug kernel written in c++?

开发者 https://www.devze.com 2023-04-02 14:35 出处:网络
I am developing my kernel in C++. So can any one please explain me step by step How to debug a kernel?

I am developing my kernel in C++.

So can any one please explain me step by step

How to debug a kernel?

I am using Linux OS and GCC 开发者_如何学Pythonand NASM for building my kernel.

Ans for testing kernel i am using genisoimage and virtualbox 4.x

Help Me.

Thank you.


I would recommend bochs as an emulator, it comes with some debugging capabilities.

0

精彩评论

暂无评论...
验证码 换一张
取 消