[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Can you code a Linux driver /g/?
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 7
Thread images: 1
File: Linux-Penguin.png (458 KB, 2000x2320) Image search: [Google]
Linux-Penguin.png
458 KB, 2000x2320
Can you code a Linux driver /g/?
>>
>>54686814

#include <Linux/module.h>
#include <Linux/kernel.h>

static int __init foo(void)
{
printk(KERN_WARN"poo in loo\n");
return 0;
}
static void _exit bar(void)
{
printk(KERN_WARN"ok, boss\n");
}

module_init(foo);
modeule_exit(bar);

MODULE_LICENSE("BSD");
>>
Yup. I work in embedded systems.
>>
>>54687210
Ok
>>
>>54686814
>Can you code a Linux driver /g/?
Yes, I've done it many times.

>>54686926
This, it's not even hard.

http://tldp.org/HOWTO/Module-HOWTO/
>>
>>54687210
What would you recommend for starters?
>>
>>54687507
See the link >>54687474
Thread replies: 7
Thread images: 1

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.