Skip to content
View Bubblemelon's full-sized avatar
🍉
0x00007C00
🍉
0x00007C00

Organizations

@JuliaCon @github-beta @learn-co-students
Block or Report

Block or report Bubblemelon

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

Pinned

  1. loop-blocking loop-blocking Public

    This c file demonstrates loop optimization using a technique called loop blocking, or also known as loop tiling.

    C 3 1

  2. hackf8-2018 hackf8-2018 Public

    Devpost repo for Hack F8

    JavaScript 1

  3. lenovo_professional_wireless_keyboard lenovo_professional_wireless_keyboard Public

    Forked from fabianbl/lenovo_professional_wireless_keyboard

    Adapted from https://github.com/y-trudeau/linux_lenovo_ultraslim_plus.

    C 1

  4. Running RHCOS using `qemu-kvm` Running RHCOS using `qemu-kvm`
    1
    # Using QEMU KVM for Red Hat CoreOS
    2
    
                  
    3
    - [Running a Red Hat CoreOS Virtual Machine](#running-a-rhcos-vm)
    4
        - [Details on the `qemu-kvm` options used](#detail-qemu-kvm-options)
    5
    - [Contents of `key.ign`](#contents-of-keyign)
  5. Booting AGL Grumpy Guppy 7.0.0 on Qe... Booting AGL Grumpy Guppy 7.0.0 on Qemu | Image: https://wiki.automotivelinux.org/agl-distro/release-notes#latest_stable_release
    1
    ### Booting AGL with Qemu
    2
    This is the command specified on [docs.automotivelinux.org](http://docs.automotivelinux.org/guppy/docs/getting_started/en/dev/reference/machines/qemu.html#boot-qemu).
    3
    ```bash
    4
    qemu-system-x86_64 -enable-kvm -m 2048 -hda agl-demo-platform-crosssdk-qemux86-64.wic.vmdk -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -vga virtio -show-cursor -device virtio-rng-pci -serial mon:stdio -serial null -soundhw hda -net nic,vlan=0 -net user,hostfwd=tcp::2222-:22
    5
    ```
  6. Using `qemu-kvm` for virtualization Using `qemu-kvm` for virtualization
    1
    
                  
    2
    # [Using QEMU KVM](#using-qemu-kvm)
    3
    
                  
    4
    - [Installation](#installation)
    5
    - [Qemu Overview](#qemu-overview)