diff --git a/14-checkpoint/boot/print.asm b/14-checkpoint/boot/print.asm new file mode 120000 index 0000000..045ec24 --- /dev/null +++ b/14-checkpoint/boot/print.asm @@ -0,0 +1 @@ +../../05-bootsector-functions-strings/boot_sect_print.asm \ No newline at end of file diff --git a/14-checkpoint/boot/print_hex.asm b/14-checkpoint/boot/print_hex.asm new file mode 120000 index 0000000..2583a6d --- /dev/null +++ b/14-checkpoint/boot/print_hex.asm @@ -0,0 +1 @@ +../../05-bootsector-functions-strings/boot_sect_print_hex.asm \ No newline at end of file