user636424
user636424

Reputation:

How to debug kernel written in c++?

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 and NASM for building my kernel.

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

Help Me.

Thank you.

Upvotes: 4

Views: 335

Answers (1)

DrYap
DrYap

Reputation: 6647

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

Upvotes: 3

Related Questions