From 750bfbdc605ace44762ec3946f39eec07b615384 Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Tue, 5 Jan 2021 00:15:36 +0000 Subject: [PATCH] Remove outdated comments --- kernel/drive.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/drive.asm b/kernel/drive.asm index e7dd528..75944f6 100644 --- a/kernel/drive.asm +++ b/kernel/drive.asm @@ -49,7 +49,6 @@ dinit: ; copy previously set DPT to our data area ret ; int 13 stub - ; place reserved for stack switches int13: ; debug output ;push bx ;push dx @@ -110,7 +109,6 @@ getprm: test byte [dskflag], 4 ret ; log in drive - ; currently only supports 18 sectors 2 heads floppies ; IN dl drive number logdrv: ; dont do anything if drive already selected cmp dl, [dsknum]