2

How to debug the MINIX kernel under the VirtualBox running on windows, ubuntu, or OSX?

I am using MINIX 3.2.1 and Eclipse CPP.

Walid Hanafy
  • 1,429
  • 2
  • 14
  • 26

1 Answers1

1

Unfortunately, debugging an Operating System isn't as simple as debugging an application. Traditionally, Virtual Machines were not available to be used as a debugging tool and so most OS debuggers would simply "test something until it crashed". Only in recent years have limited tools become available.

Please see this answer on documentation on how to enable a VM debugger on Virtualbox:

(I'm not very familiar with duplicate answer criteria, this question might be considered a duplicate of that).

Please also study the links provided in that questions accepted answer as well.

The OS Dev and Minix Wikis are also good resources for OS development and debugging:

The rest will likely be up to personal experience, so I hope this is a good place to get you started! Good luck!

stux
  • 111
  • 2