mirror of https://github.com/ipxe/ipxe.git
Doxygenation
parent
d3dec7c331
commit
d5789ff4a2
|
@ -1,13 +1,27 @@
|
||||||
#include "bochs.h"
|
#include "bochs.h"
|
||||||
#include "realmode.h"
|
#include "realmode.h"
|
||||||
|
|
||||||
/**
|
/** @file
|
||||||
|
*
|
||||||
* The "exit via INT 19" exit path.
|
* The "exit via INT 19" exit path.
|
||||||
*
|
*
|
||||||
* INT 19 is the old (pre-BBS) "boot system" interrupt. It is
|
* INT 19 is the old (pre-BBS) "boot system" interrupt. It is
|
||||||
* conventionally used now to return from a failed boot from floppy
|
* conventionally used now to return from a failed boot from floppy
|
||||||
* disk.
|
* disk.
|
||||||
*
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exit via INT19
|
||||||
|
*
|
||||||
|
* @v ix86 i386 register values to be loaded on exit
|
||||||
|
* @ret Never
|
||||||
|
* @err None
|
||||||
|
*
|
||||||
|
* Exit back to the BIOS by switching to real mode, reloading the
|
||||||
|
* registers as they were before Etherboot started, and executing INT
|
||||||
|
* 19.
|
||||||
|
*
|
||||||
* @bug Not yet implemented
|
* @bug Not yet implemented
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue