diff --git a/commands/i386/pc/drivemap_int13h.S b/commands/i386/pc/drivemap_int13h.S index 44f91bb56..23b7302d6 100644 --- a/commands/i386/pc/drivemap_int13h.S +++ b/commands/i386/pc/drivemap_int13h.S @@ -25,8 +25,7 @@ /* Copy starts here. When deployed, this code must be segment-aligned. */ -/* The replacement int13 handler. The code must be position independent. - Preserve all registers. */ +/* The replacement int13 handler. Preserve all registers. */ FUNCTION(grub_drivemap_handler) /* Map the drive number (always in DL). */ push %ax