Last change
on this file since 364 was 345, checked in by aitotat@…, 13 years ago |
Changes to Configurator v2:
- Modified copyright string (now included XTIDE Universal BIOS Team).
- User inputted LBA is now decremented by one since LBA 28 limit is 0FFF FFFFh.
|
File size:
358 bytes
|
Line | |
---|
1 | ; Project name : XTIDE Universal BIOS Configurator v2
|
---|
2 | ; Description : Menu configuration.
|
---|
3 | %ifndef MENUCFG_INC
|
---|
4 | %define MENUCFG_INC
|
---|
5 |
|
---|
6 | TITLE_LINES_IN_MENU EQU 3
|
---|
7 | INFO_LINES_IN_MENU EQU 6
|
---|
8 | MENU_WIDTH EQU 40
|
---|
9 | MAX_VALUE_STRING_LENGTH EQU 12
|
---|
10 |
|
---|
11 |
|
---|
12 | KEY_BACK_TO_PREVIOUS_MENU EQU ESC
|
---|
13 | KEY_DISPLAY_ITEM_HELP EQU 3Bh ; F1
|
---|
14 |
|
---|
15 |
|
---|
16 | %endif ; MENUCFG_INC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.