Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 255 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 255 Bytes

The talk went over the process from getting a Master Boot Record written in assembly to bootstrap Rust code.

Building

This projects uses NASM for assembling the MBR and QEMU for emulating the x86 system.

Build and run:

make all
make run