Skip to content
View R077A6r1an's full-sized avatar
Block or Report

Block or report R077A6r1an

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
R077A6r1an/README.md

R077A6r1an

I'm just another skilled lowlevel programmer, preffered in Assembly(x86/x64) and C/C++. Just working a bit on improving my lowlevel skills in operating systems and high efficient assembly programming. I'm only working on Linux/Unix, preffered OpenSUSE or Debian. Since I found Linux, Windows has become weird to me.

My language skills:

  • C/C++
  • Python
  • Java
  • Kotlin
  • JavaScript
  • TypeScript
  • HTML
  • CSS
  • PHP
  • SQL
  • Makefile
  • bash
  • x86/x64 nasm assember
  • x86/x64 AT&T assember
  • x86/x64 intel assembler
  • arm assembler

My terrains:

  • osdev
  • AI/Data Science
  • Java Backend dev and process automatation
  • Network programming and protocol reverse engeniering
  • Web-frontend development and nodejs
  • lowlevel hacking and experimenting (no cracking)
  • driver reverse engeniering from source code (for writing own drivers)
  • compiler construction

Pinned

  1. linux linux Public

    Forked from torvalds/linux

    Own Linux kernel modifications, for suiteable handling

    C 1

  2. cross-compiler-collection cross-compiler-collection Public

    A collection of freestanding GNU toolchains for OS development.

    C++ 1

  3. A tutorial for a minimal x86_32 oper... A tutorial for a minimal x86_32 operating system kernel #kernel #osdev #tutorial
    1
    // First, a minimal stdint.h
    2
    
    
    3
    typedef __UINT32_TYPE__ uint32_t;
    4
    typedef __UINT64_TYPE__ uint64_t;
    5
    
    
  4. stdlib stdlib Public

    A minimal freestanding ISO standard conform C stdlib.

    C 1

  5. limine limine Public

    Forked from limine-bootloader/limine

    Modern, advanced, portable, multiprotocol bootloader.

    C 1