Skip to content
View PatronCarlos's full-sized avatar
  • Formosa - Argentina

Block or report PatronCarlos

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. mybash-shell mybash-shell Public

    UNIX-like shell implemented in C, inspired by Bash. Supports command execution, pipelines, redirections and process management, focusing on UNIX concurrency, inter-process communication and operati…

    C

  2. xv6-semaphores xv6-semaphores Public

    Implementation of POSIX-inspired named semaphores in the XV6 RISC-V kernel, developed at FaMAF (UNC). Includes kernel-space synchronization primitives exposed to user space through custom system ca…

    C

  3. xv6-process-scheduler xv6-process-scheduler Public

    Process scheduler implementation and performance analysis in the XV6 RISC-V operating system, developed at FaMAF (UNC). Includes priority scheduling, context switching analysis, CPU-bound vs IO-bou…

    C

  4. fat32-fuse-filesystem fat32-fuse-filesystem Public

    FAT32 userspace filesystem implemented in C using FUSE, developed at FaMAF (UNC). Includes directory tree management, FAT table handling, low-level file operations and filesystem consistency mechan…

    C

  5. arm64-framebuffer-pixel-animation arm64-framebuffer-pixel-animation Public

    Pixel-by-pixel framebuffer animation implemented in ARM64 Assembly, developed at FaMAF (UNC). Includes low-level graphics primitives, direct memory manipulation and animated rendering using QEMU an…

    Assembly