Changeset f9b0efb0 in rtems
- Timestamp:
- Sep 21, 1998, 3:17:00 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 219aedad
- Parents:
- 42424ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/adminiface.t
r42424ef rf9b0efb0 13 13 The administration interface manager provides a portable 14 14 interface for some system administrative functions. 15 The capabilities in this manager were defined in the POSIX15 The capabilities in this manager are defined in the POSIX 16 16 1003.1h/D3 proposed standard titled @b{Services for Reliable, 17 17 Available, and Serviceable Systems}. … … 37 37 @table @b 38 38 @item ADMIN_AUTOBOOT 39 This field ... 39 The default, causing the system to reboot in its usual fashion. The 40 @code{admin_data} field points to an implementation defined string 41 that specifies the system image to reboot. 40 42 41 43 @item ADMIN_HALT 42 Th is field ...44 The system is simply halted; no reboot takes place. 43 45 44 46 @item ADMIN_FAST 45 Th is field ...47 The system does no send SIGTERM to active processes before halting. 46 48 47 49 @item ADMIN_IMMEDIATE 48 Th is field ...50 The system does not perform any of the normal shutdown procedures. 49 51 50 52 @item ADMIN_ALTSYSTEM 51 This field ... 53 The system reboots using the @code{admin_data} string as a specification 54 of the system to be booted. 52 55 53 56 @item ADMIN_ALTCONFIG 54 This field ... 57 The system reboots using the @code{admin_data} string as a specification 58 of the initial implicit configuration space. 55 59 56 60 @item ADMIN_SYSDUMP 57 This field ...61 Dump kernal memory before rebooting. 58 62 59 63 @item ADMIN_INIT 60 This field ... 61 64 An option allowing the specification of an alternate initial program 65 to be run when the system reboots. 62 66 63 67 @end table
Note: See TracChangeset
for help on using the changeset viewer.