Skip to content

These are the misc-progs from the Linux Device Drivers 3rd edition that works with the 3.5.0 linux kernel. The only change I had to make is to change the #include<asm/io.h> to #include<sys/io.h>

Notifications You must be signed in to change notification settings

Csega/linux_3_5_misc-progs

Repository files navigation

linux_3_5_misc-progs

These are the misc-progs from the Linux Device Drivers 3rd edition that works with the 3.5.0 linux kernel. The only change I had to make is to change the #include<asm/io.h> to #include<sys/io.h>

About

These are the misc-progs from the Linux Device Drivers 3rd edition that works with the 3.5.0 linux kernel. The only change I had to make is to change the #include<asm/io.h> to #include<sys/io.h>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages