From 9ebbabef39cc622a2dd813557bf57ff8def80db6 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Mon, 20 Oct 2014 20:07:03 +0200 Subject: [PATCH] skeleton for lesson 14 --- 14-checkpoint/boot/print.asm | 1 + 14-checkpoint/boot/print_hex.asm | 1 + 2 files changed, 2 insertions(+) create mode 120000 14-checkpoint/boot/print.asm create mode 120000 14-checkpoint/boot/print_hex.asm 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