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. */
|
/* Copy starts here. When deployed, this code must be segment-aligned. */
|
||||||
|
|
||||||
/* The replacement int13 handler. The code must be position independent.
|
/* The replacement int13 handler. Preserve all registers. */
|
||||||
Preserve all registers. */
|
|
||||||
FUNCTION(grub_drivemap_handler)
|
FUNCTION(grub_drivemap_handler)
|
||||||
/* Map the drive number (always in DL). */
|
/* Map the drive number (always in DL). */
|
||||||
push %ax
|
push %ax
|
||||||
|
|
Loading…
Add table
Reference in a new issue