jorisrietveld / BootMenu

A boot menu made in assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly BootMenu

This repository contains the .asm code for a small project I've been doing on next to my assembly school assignments. It's an expansion of a simple menu we had to make.

Note: There is probably a lot of duplicate code.

How to use

In order to use this code you will have to compile it into a .bin file and run it in an emulator (Please use an emulator). I am compiling my assembly code using NASM and running it with QEMU

About

A boot menu made in assembly


Languages

Language:Assembly 93.7%Language:Makefile 6.3%