Skip to content

aneury1/linux_fake_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Compile LLVM

sudo pacman -S llvm clang lld
make LLVM=1

Load the Driver

sudo insmod fake_time_driver.ko

Check logs:

dmesg | tail

Example:

Fake Time Driver: Initializing Fake device created at /dev/fake_time

Test the Fake Device

cat /dev/fake_time

Current kernel time: 1710001234.123456789

Remove the Driver

sudo rmmod fake_time_driver

Install

sudo pacman -S llvm clang lld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors