Hi there 👋
I'm Vegard. I like to tinker with all things programming-related, whether it's SAT solvers, the Linux kernel, shadertoy, fuzzing, compilers, or console hacking.
Feel free to get in touch by email or Mastodon, I'm happy to hear from people and help out where I can!
Pinned Loading
-
1
# Getting started with Linux kernel development2
3
## Prerequisites4
5
The Linux kernel is written in C, so you should have at least a basic understanding of C before diving into kernel work. You don't need expert level C knowledge, since you can always pick some things up underway, but it certainly helps to know the language and to have written some userspace C programs already.