mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Split bootsector execution code out into bootsector.c.
Added basic El Torito ISO image boot capability
This commit is contained in:
12
src/arch/i386/include/bootsector.h
Normal file
12
src/arch/i386/include/bootsector.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BOOTSECTOR_H
|
||||
#define _BOOTSECTOR_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* x86 bootsector image format
|
||||
*/
|
||||
|
||||
extern int call_bootsector ( unsigned int segment, unsigned int offset,
|
||||
unsigned int drive );
|
||||
|
||||
#endif /* _BOOTSECTOR_H */
|
||||
Reference in New Issue
Block a user