/combios

A minimal bios that allows embedding simple com files in the bios itself

Primary LanguageAssembly

combios

A minimal BIOS that allows embedding simple COM files in the BIOS itself.

Made specifically to make biosnake, so if you need something less specific you have to modify it a little.

Usage

To generate X.raw where X.com is the input COM file just run:

nasm bios.asm -D COM=X.com -o X.raw