Skip to content
View ecolorlife's full-sized avatar

Block or report ecolorlife

Report abuse

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

Report abuse

Popular repositories Loading

  1. test test Public

    test

  2. x86-bare-metal-examples x86-bare-metal-examples Public

    Forked from cirosantilli/x86-bare-metal-examples

    Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/cirosantilli/x86-assembly-cheat Keywords: hello world, bare bones, boot sector, MBR, BIOS,…

    Assembly

  3. x86-assembly-cheat x86-assembly-cheat Public

    Forked from cirosantilli/x86-assembly-cheat

    x86 userland minimal examples tutorial. Hundreds of runnable asserts. IO done with libc, so OS portable in theory. Tested in Ubuntu 14.04. Containers (ELF), linking, calling conventions. System lan…

    Assembly

  4. linux-cheat linux-cheat Public

    Forked from cirosantilli/linux-cheat

    Linux tutorials and cheatsheets. Minimal examples. Mostly user-land CLI utilities. Linux kernel at: https://github.com/cirosantilli/linux-kernel-module-cheat

    Shell

  5. linux-kernel-module-cheat linux-kernel-module-cheat Public

    Forked from cirosantilli/linux-kernel-module-cheat

    Run one command, get a QEMU Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.14 module development example tutorials with GDB and KGDB step debugging and mini…

    C

  6. cpp-cheat cpp-cheat Public

    Forked from cirosantilli/cpp-cheat

    C and C++ minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries. Cheatsheets, tutorials and mini-projects.

    C