Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2025-12-11 22:11:08 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
d2b0081740de9e31fb28f7c6761bbf78835c07d7
ipxe/src/include/usr/autoboot.h

16 lines
238 B
C
Raw Normal View History

Move header file for usr/autoboot.c to include/usr
2007-01-10 02:03:20 +00:00
#ifndef _USR_AUTOBOOT_H
#define _USR_AUTOBOOT_H
/** @file
*
* Automatic booting
*
*/
[iSCSI] Support Windows Server 2008 direct iSCSI installation Add yet another ugly hack to iscsiboot.c, this time to allow the user to inhibit the shutdown/removal of the iSCSI INT13 device (and the network devices, since they are required for the iSCSI device to function). On the plus side, the fact that shutdown() now takes flags to differentiate between shutdown-for-exit and shutdown-for-boot means that another ugly hack (to allow returning via the PXE stack on BIOSes that have broken INT 18 calls) will be easier. I feel dirty.
2008-07-17 17:45:17 +01:00
extern int shutdown_exit_flags;
Move header file for usr/autoboot.c to include/usr
2007-01-10 02:03:20 +00:00
extern void autoboot ( void );
[Command] Add "sanboot" command.
2008-03-04 17:59:26 +00:00
extern int boot_root_path ( const char *root_path );
Move header file for usr/autoboot.c to include/usr
2007-01-10 02:03:20 +00:00
#endif /* _USR_AUTOBOOT_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 84ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API