mirror of
https://github.com/ipxe/ipxe
synced 2026-01-13 00:48:39 +03:00
Add int13_boot(), to allow booting from INT 13 emulated drives.
This commit is contained in:
@@ -153,5 +153,6 @@ struct int13_disk_parameters {
|
||||
|
||||
extern void register_int13_drive ( struct int13_drive *drive );
|
||||
extern void unregister_int13_drive ( struct int13_drive *drive );
|
||||
extern int int13_boot ( unsigned int drive );
|
||||
|
||||
#endif /* INT13_H */
|
||||
|
||||
Reference in New Issue
Block a user