Skip to content

GreaseMonkeyIT/kernel-panic-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Panic Module (Linux 6.8.0 on VirtualBox)

This is a simple Linux kernel module that prints a message and then triggers a kernel panic after 5 seconds.
Tested on Ubuntu 24.04 with Linux kernel 6.14.0-24-generic, running under VirtualBox.

Files

  • panic_module.c: The kernel module source.
  • Makefile: For building the module.

How to Use

make
sudo insmod panic_module.ko
# Wait for panic...
# After reboot, check logs:
journalctl -k -b -1 | grep panic_module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages