From f0209f64466565f3f8dd822e2027cf072bb17605 Mon Sep 17 00:00:00 2001 From: kkk2z <139834827+kkk2z@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:48:10 +0000 Subject: [PATCH] a --- boot/boot.s | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/boot.s b/boot/boot.s index 335b7ea..11e094b 100644 --- a/boot/boot.s +++ b/boot/boot.s @@ -1,4 +1,3 @@ -; boot.s: A minimal bootloader in assembly for 16-bit real mode BITS 16 ORG 0x7C00