Skip to content
View mizunoyuuki's full-sized avatar

Block or report mizunoyuuki

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

Hi there 👋

Top Langs

Currently Working On / 現在取り組んでいること

mcc - A self-made C compiler / 自作Cコンパイラ

I’m building a C compiler from scratch (work in progress). The goal is to gain a deep understanding of compiler internals such as lexing, parsing, and code generation.

Cコンパイラをゼロから実装しています(開発中)。コンパイラの内部構造(字句解析・構文解析・コード生成など)の学習を通して、低レイヤーへの深い理解目指しています。


自作OS - A self-made operating system / 自作オペレーティングシステム

I'm building an operating system from scratch, following the book "30-Nichi de Dekiru! OS Jisaku Nyuumon" (Let's Make an OS in 30 Days). Through this project, I'm learning how software and hardware interact at the lowest level, covering topics such as bootloaders, memory management, and process scheduling.

『30日でできる!OS自作入門』を参考に、OSをゼロから自作しています。ソフトウェアとハードウェアがどのように連携するかを低レイヤーで理解することを目指しています。ブートローダー・メモリ管理・プロセススケジューリングなど、OSの根幹となるしくみを実装しています。x86アーキテクチャを対象に、アセンブリとCを組み合わせながら開発を進めています。

Pinned Loading

  1. mcc mcc Public

    mizucc

    C

  2. chip-8 chip-8 Public

    C