Remove incorrect comment that the code must be position independent.
This commit is contained in:
parent
cf353a4742
commit
5cb5c9c210
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue