JuantAldea - Overview

Pinned Loading

  1. This repository contains solutions for the Eudyptula Challenge, a series of exercises for learning Linux kernel development. The tasks cover a wide range of topics, starting with a simple "Hello Wo…

    C 2 1

  2. A Nintendo Entertainment System (NES) emulator written in C++20. It features a custom 6502 CPU core that passes standard functional tests, a Picture Processing Unit (PPU) with DMA support, and a gr…

    C++ 2

  3. A Radtel RT-890 Walkie-Talkie FW Flasher tool. Might work with the Ruyage UV58Plus and the Iradio UV 5118 plus. Based on the work of DualTachyon.

    Python 8 3

  4. A minimalist hobbyist kernel for the i386 architecture, crafted to explore the fundamentals of operating system development; offering process management, memory handling, and basic hardware interac…

    C 3 1

  5. A CHIP-8 emulator (interpreter) written in Rust, designed to run CHIP-8 ROMs. Features a QWERTY-mapped hexadecimal keypad, debug controls for pausing, stepping, and resetting, and adjustable clock …

    Rust 1