Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Linux Kernel programming on a virtual machine on Ubuntu?

I am just learning linux kernel programming with the LINUX KERNEL DEVELOPMENT book(I am beginner linux kernel programming but not on linux programming). It is possible to test programs in a kernel machine with VMware viritual on Ubuntu without damage my system ?

like image 290
sergio campo Avatar asked Feb 11 '23 19:02

sergio campo


1 Answers

Yes you can safely test kernel modules on a virtual machine! I'll give you some links that may help: watch this site

  • http://free-electrons.com/

in particular this book:

  • http://free-electrons.com/doc/books/ldd3.pdf

Also this guide: http://www.tldp.org/HOWTO/Module-HOWTO/

like image 189
invictus1306 Avatar answered Feb 15 '23 09:02

invictus1306