Skip to content
View vegard's full-sized avatar

Organizations

@oracle
Block or Report

Block or report vegard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vegard/README.md

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

  1. sha1-sat sha1-sat Public

    SAT instance generator for SHA-1

    C++ 46 14

  2. v v Public

    toy language/compiler

    C++ 16 1

  3. rgbds-linux rgbds-linux Public

    Rednex GameBoy Development System

    C 32 2

  4. pledge-of-conduct pledge-of-conduct Public

    Pledge of Conduct

    1

  5. Getting started with Linux kernel de... Getting started with Linux kernel development
    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.
  6. x86-entry-fuzz x86-entry-fuzz Public

    Forked from oracle-samples/linux-blog-sample-code

    C++