The things that can run in kernel-land [closed]
I learned that you can write device drivers that run in kernel land, and am now wondering what other sorts of (major/important) things you can do at the kernel level that you can't do at the user-space level.
I search for "features unique to kernel-space extensions" and things like that but it doesn't give anything, maybe you have a better idea where I can begin search.
kernel users
closed as too broad by Michael Homer, Mr Shunz, Jeff Schaller, Shadur, JigglyNaga Jan 10 at 13:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I learned that you can write device drivers that run in kernel land, and am now wondering what other sorts of (major/important) things you can do at the kernel level that you can't do at the user-space level.
I search for "features unique to kernel-space extensions" and things like that but it doesn't give anything, maybe you have a better idea where I can begin search.
kernel users
closed as too broad by Michael Homer, Mr Shunz, Jeff Schaller, Shadur, JigglyNaga Jan 10 at 13:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28
add a comment |
I learned that you can write device drivers that run in kernel land, and am now wondering what other sorts of (major/important) things you can do at the kernel level that you can't do at the user-space level.
I search for "features unique to kernel-space extensions" and things like that but it doesn't give anything, maybe you have a better idea where I can begin search.
kernel users
I learned that you can write device drivers that run in kernel land, and am now wondering what other sorts of (major/important) things you can do at the kernel level that you can't do at the user-space level.
I search for "features unique to kernel-space extensions" and things like that but it doesn't give anything, maybe you have a better idea where I can begin search.
kernel users
kernel users
edited Jan 10 at 5:26
user10869858
asked Jan 10 at 3:25
user10869858user10869858
234
234
closed as too broad by Michael Homer, Mr Shunz, Jeff Schaller, Shadur, JigglyNaga Jan 10 at 13:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Michael Homer, Mr Shunz, Jeff Schaller, Shadur, JigglyNaga Jan 10 at 13:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28
add a comment |
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Whatever your platform hardware allow you to do. This is too broad.
– 炸鱼薯条德里克
Jan 10 at 3:36
I think drivers are just one type of kernel modules. You can do whatever you want if you can make a module out of it, using the limited methods that a kernel provides
– akabhirav
Jan 10 at 5:28