Skip to content

Panky-codes/blkram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blkram is a simple RAM-backed block device kernel module based on Linux 6.1 for educational purposes. A detailed article about this driver can be found here in my blog.

Compilation:

  • Clone the Linux kernel from here
  • Compile the Linux kernel
  • Clone this repo
  • Run the following command in the blkram repo:
blkram$ make kdir="/path/to/linux/repo"

Installing the module:

To install the module in your running system, simply run the following:

$ insmod ./blkram.ko

About

A simple RAM-backed block device driver (linux kernel module)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published