--- src/sys/arch/i386/stand/mbr/mbr.S	2022/01/06 05:47:06	1.19
+++ src/sys/arch/i386/stand/mbr/mbr.S	2022/01/06 06:12:31	1.20
@@ -40,7 +40,7 @@
 	LBIOS_page = 0x0462
 
 	.section .rcsid
-	.ascii	"$MirOS$"
+	.ascii	"$MirOS: src/sys/arch/i386/stand/mbr/mbr.S,v 1.19 2022/01/06 05:47:06 tg Exp $"
 
 	.text
 	.globl	_start
@@ -256,7 +256,7 @@
 	/* DS:SI point to the partition table entry in nōn-scratch memory */
 	/* DL has the boot drive; DH should be zero, hence the movzx */
 	cli			/* be nice :) */
-	ret			/* jump far to 0000:7C00h */
+	ret			/* jmp near to 0000:7C00h */
 Lldre:	pusha
 	xor	ax,ax		/* reset disc drive */
 	int	0x13