GitHub

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. SAT instance generator for SHA-1

    C++ 52 16

  2. toy language/compiler

    C++ 18 1

  3. Rednex GameBoy Development System

    C 33 2

  4. 1

    # Getting started with Linux kernel development

    2

    
                  

    3

    ## Prerequisites

    4

    
                  

    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.

Read the original on github.com ↗