From 26c9cc10b2208bc8fcbc4f6c80210250febe6abb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 24 Jan 2024 10:13:08 -0500 Subject: [PATCH] boot0: remove reference to fdisk fdisk is obsolete and there is no need to mention a specific tool used to update the partition table. Just refer to it as the MBR partition table. Sponsored by: The FreeBSD Foundation (cherry picked from commit 3bd637afbd68baaff3ae4b3d41bdbd39b1fbb63c) --- stand/i386/boot0/boot0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/i386/boot0/boot0.S b/stand/i386/boot0/boot0.S index d92f8dcb05f..2b7e56c8916 100644 --- a/stand/i386/boot0/boot0.S +++ b/stand/i386/boot0/boot0.S @@ -672,7 +672,7 @@ ticks: .word TICKS # Delay .org PRT_OFF /* - * Here is the 64 byte partition table that fdisk would fiddle with. + * Here is the 64 byte MBR partition table. */ partbl: .fill 0x40,0x1,0x0 # Partition table .word MAGIC # Magic number