Skip to content
View ilcde's full-sized avatar

Highlights

  • Pro

Block or report ilcde

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

Hi there, I'm Nguyen Duc Tue 👋

"I don't just use the kernel. I rewrite it."

👨‍💻 About Me

I am an 18-year-old Computer Science student from Vietnam 🇻🇳 with a passion for Systems Engineering and Low-level Programming. While most of my peers are building web apps, I am building an operating system from scratch.

  • 🔭 I’m currently working on Vylix OS - A universal hybrid-safe microkernel written in Modern C++ and Rust.
  • 🌱 I’m currently learning Rust (no_std) and AArch64 Assembly for mobile hardware.
  • 🎯 Future Goals: Mastering Full-stack development (JS/C#) to build a complete ecosystem around my OS.
  • ⚡ Fun fact: I debug kernel panics for fun.

🛠️ Technical Arsenal

Layer

Technologies

Proficiency

Kernel / System

Focusing

Application

Intermediate

Future Stack

Learning Roadmap

🚀 Featured Project: Vylix OS

Vylix is my ambitious attempt to solve the latency and security issues of modern mobile operating systems (like Android).

  • Architecture: Hybrid Microkernel (Speed of C++23 + Safety of Rust).
  • Target: Running natively on ARM64 (Mobile) and x86_64 (Desktop).
  • Status: Architecture Planning & Research Phase.

👉 Check out the Vylix Repository

📈 Connect with Me

  • Let's discuss Kernel development, C++ optimization, or the future of open-source in Vietnam.
  • Email: ilcdedev@gmail.com 

Pinned Loading

  1. vylix vylix Public

    Universal Hybrid-Safe Microkernel designed for clean architecture, safety-first and long-term performance goals. Focus is predictability, isolation and future optimizations rather than raw throughp…

    Assembly