Changeset 76960 in vbox
- Timestamp:
- Jan 23, 2019 9:13:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/apm.c
r76553 r76960 120 120 /* The APM handler has unique requirements. It must be callable from real and 121 121 * protected mode, both 16-bit and 32-bit. In protected mode, the caller must 122 * ensure sthat appropriate selectors are available; these only cover the BIOS122 * ensure that appropriate selectors are available; these only cover the BIOS 123 123 * code and data, hence the BIOS Data Area or EBDA cannot be accessed. CMOS is 124 124 * a good place to store information which needs to be accessible from several
Note:
See TracChangeset
for help on using the changeset viewer.