Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:docs:win16:logo [2024/12/01 05:36] – prokushev | en:docs:win16:logo [2024/12/01 05:45] (current) – prokushev | ||
---|---|---|---|
Line 22: | Line 22: | ||
| ::: | ::: | 02h | DOS-LOGO Pause Session | The operating system or other device drivers might want the priority to the interrupt table when the boot logo is in session. Pausing the boot logo will not change the video mode, but will allow access to unmodified DOS-LOGO resources. Use subservice 01h (DOS-LOGO ResumeSession) to actiavate the boot logo after it has been paused. | N/A ||| | | ::: | ::: | 02h | DOS-LOGO Pause Session | The operating system or other device drivers might want the priority to the interrupt table when the boot logo is in session. Pausing the boot logo will not change the video mode, but will allow access to unmodified DOS-LOGO resources. Use subservice 01h (DOS-LOGO ResumeSession) to actiavate the boot logo after it has been paused. | N/A ||| | ||
| ::: | ::: | 03h | DOS-LOGO Restore Previous Video Mode | A DOS-LOGO session will automatically restore the previous video mode and its text if the user presses the keyboard key Escape, or if the current running program requests user input. \\ But in order for a program or device driver to restore the video mode in other ways, calling this subservice is the correct way to do it. \\ Note: Changing video mode from a program/ | | ::: | ::: | 03h | DOS-LOGO Restore Previous Video Mode | A DOS-LOGO session will automatically restore the previous video mode and its text if the user presses the keyboard key Escape, or if the current running program requests user input. \\ But in order for a program or device driver to restore the video mode in other ways, calling this subservice is the correct way to do it. \\ Note: Changing video mode from a program/ | ||
- | ; 04h DOS-LOGO Turn On Session | + | | ::: | ::: | 04h | DOS-LOGO Turn On Session |
- | ; | + | | ::: | ::: | 05h | DOS-LOGO Turn Off Session |
- | ; Note: This subservice is used in complex redisplay boot logo operations by the operating system. It is only supported for backward compatibility. | + | | ::: | ::: | 06h | DOS-LOGO Redisplay and Enter Session |
- | ; Use subservice 06h (DOS-LOGO Redisplay and Enter Session). | + | |
- | ; 05h DOS-LOGO Turn Off Session | + | |
- | ; 06h DOS-LOGO Redisplay and Enter Session | + | |
- | ; | + | |
- | ; DOS-LOGO Redisplay and Enter Session does all of the work from the subservices above. Therefore use this subservice in first hand. When it comes to redisplaying the boot logo, the above subservices are left for backward compatibility only. N/A | + | |