Ignore:
Timestamp:
Mar 14, 2012, 7:01:44 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuCfg.inc

    r59 r345  
    1 ; File name     :   MenuCfg.inc
    21; Project name  :   XTIDE Universal BIOS Configurator v2
    3 ; Created date  :   5.10.2010
    4 ; Last update   :   18.10.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Menu configuration.
    73%ifndef MENUCFG_INC
     
    95
    106TITLE_LINES_IN_MENU         EQU     3
    11 INFO_LINES_IN_MENU          EQU     4
     7INFO_LINES_IN_MENU          EQU     6
    128MENU_WIDTH                  EQU     40
    139MAX_VALUE_STRING_LENGTH     EQU     12
Note: See TracChangeset for help on using the changeset viewer.