Add int13_boot(), to allow booting from INT 13 emulated drives.

This commit is contained in:
Michael Brown
2006-05-14 13:44:47 +00:00
parent b4f941b257
commit 4435667a00
2 changed files with 89 additions and 0 deletions

View File

@@ -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 */