Home
last modified time | relevance | path

Searched refs:track_int13 (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c297 track_int13 (drive); in init_bios_info()
H A Dshared.h800 void track_int13 (int drive);
H A Dasm.S436 ENTRY(track_int13)
H A Dbuiltins.c2775 track_int13 (current_drive); in ioprobe_func()
/titanic_44/usr/src/grub/grub-0.97/
H A DTODO24 * Implement a new version of track_int13, using Virtual 8086 Mode. !!!
H A DChangeLog2898 track_int13, because the current implementation hangs up in some
2920 * stage2/asm.S [!STAGE1_5] (track_int13): Don't replace an int13
2921 handler with set_tf_int13_handler. Instead, track_int13 itself
3196 (track_int13): New function.
3786 * stage2/asm.S [!STAGE1_5] (track_int13): Don't save/restore
6166 * stage2/asm.S (track_int13): Defined unconditionally. Do not
6183 (track_int13): Declared.
6279 * stage2/asm.S [DEFINE_TRACK_INT13] (track_int13): Use %edi
6311 [DEFINE_TRACK_INT13] (track_int13): Go to the real mode before
6319 * stage2/asm.S [DEFINE_TRACK_INT13] (track_int13): New function.
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c442 track_int13 (int drive) in track_int13() function