Skip to content

akshithg/kernel-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Dev/Debug Environment

.
├── disk // setting up a boot disk
│   ├── apps
│   │   └── redis
│   │       ├── run-bench.sh
│   │       ├── start-redis.sh
│   │       └── stop-redis.sh
│   ├── disk-setup.sh
│   └── interfaces
├── gdb // gdb tools and scripts
│   └── gdb-setup.sh
├── kernel // kernel tools and scripts
│   ├── kernel-text.py
│   └── kernel-build-debuggable.sh
├── kernel_module // kernel module tools and scripts
│   └── Makefile
├── linux // create this
├── Makefile
├── qemu // qemu tools and scripts
│   ├── qemu-boot.sh
│   └── qemu-kill.sh
└── readme.md // this file

Prerequisites:

- gdb
- qemu
- linux-kernel

Useful link

About

Kernel debug environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published