remove grub_stop_floppy leftover
This commit is contained in:
parent
8496927478
commit
b2d8783a98
1 changed files with 0 additions and 12 deletions
|
@ -451,18 +451,6 @@ gate_a20_check_state:
|
|||
. = _start + GRUB_KERNEL_MACHINE_RAW_SIZE
|
||||
|
||||
|
||||
/*
|
||||
* grub_stop_floppy()
|
||||
*
|
||||
* Stop the floppy drive from spinning, so that other software is
|
||||
* jumped to with a known state.
|
||||
*/
|
||||
FUNCTION(grub_stop_floppy)
|
||||
movw $0x3F2, %dx
|
||||
xorb %al, %al
|
||||
outb %al, %dx
|
||||
ret
|
||||
|
||||
/*
|
||||
* grub_exit()
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue