pin-chen / OS

Operating System Design and Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS

Physical Environment: Raspberry Pi 3b+

Simulate Environment: QEMU

Build Command:

make

Simulate Command:

qemu-system-aarch64 -M raspi3b -kernel kernel8.img -serial null -serial stdio -display none

About

Operating System Design and Implementation


Languages

Language:C 88.5%Language:Assembly 5.9%Language:Makefile 5.0%Language:Python 0.6%