You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# First build the 16-bit LSFS implementation which is include in the VBR |
|
cd lsfs_16-bit |
|
bash build.sh |
|
mv disk.out ../disk.out |
|
cd .. |
|
nasm -f bin vbr_lsfs.nasm -o vbr.bin |