ghdk / os

Operating System
https://ghdk.github.io/os/
Other
0 stars 0 forks source link

module API viewer #4

Closed ghdk closed 7 years ago

ghdk commented 8 years ago
make -C /lib/modules/3.16.0-4-586/build M=${PWD} CONFIG_OS_MODULE_P_C=m modules
ghdk commented 8 years ago

http://stackoverflow.com/questions/16390004/change-default-console-loglevel-during-boot-up

ghdk commented 8 years ago

debugging note: virtualbox + linux +

/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=7"
ghdk commented 8 years ago

tristate

ghdk commented 7 years ago

Write the section "Module API"

ghdk commented 7 years ago

module parameters: https://www.linux.com/learn/kernel-newbie-corner-everything-you-wanted-know-about-module-parameters

ghdk commented 7 years ago

https://www.linuxvoice.com/be-a-kernel-hacker/

ghdk commented 7 years ago

Do not describe the file operations structure in this module

ghdk commented 7 years ago

Fixed in commit a2094ef6ac7ac57c38a0c967f62370f213b4bead.