Ignore:
Timestamp:
Apr 11, 2014, 8:39:07 PM (11 years ago)
Author:
Ben Rietbroek
Message:

Reworked Build Environment [2012-02-15]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

Changes

o Reworked build environment
o Start made with coding FIXCODE in C
o Moved MBR protection image
o New overlap macro
o Protect type 0x35 from edit (user popup)
o Protect type 0x35 from adding to menu (user popup)
o More...
! No LVM Label change yet

Note

o Changed license to GPL v3

See file COPYING in trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/TEXT/IT/MENUS.ASM

    r36 r37  
    110110; Setup Control Help - Max Length: 33
    111111;----------------------------------|-------------------------------|--------
    112 TXT_SETUPHELP_Main:            db 24,32,25,32,26,32,27,' : Scelta Azione', 0
     112TXT_SETUPHELP_Main             db 24,32,25,32,26,32,27,' : Scelta Azione', 0
    113113                               db               'Enter   : Conferma Azione', 0
    114114                               db               'F10 : Salva Config. & Esci', 0
    115115                               db               'Esc : Abbandona Config.', 0
    116116
    117 TXT_SETUPHELP_SubMenu:         db 24,32,25,32,26,32,27,' : Scelta Opzione', 0
     117TXT_SETUPHELP_SubMenu          db 24,32,25,32,26,32,27,' : Scelta Opzione', 0
    118118                               db               'PgUp/Dn : Cambio Opzione', 0
    119119                               db               'F1  : Mostra Aiuto Opzione', 0
    120120                               db               'Esc : Ritorna al Menu Principale', 0
    121121
    122 TXT_SETUPHELP_PartSetup:       db 24,32,25,32,26,32,27,' : Scelta Partizione', 0
     122TXT_SETUPHELP_PartSetup        db 24,32,25,32,26,32,27,' : Scelta Partizione', 0
    123123                               db               'Enter   : Modifica Etichetta', 0
    124124                               db               'F1  : Opz. (premi tasto x camb.)', 0
     
    129129                                  ;1234567890123456789012
    130130;----------------------------------|--------------------|-------------------
    131 TXT_SETUPHELP_PartitionSetup:  db 'Rende le partizioni ', 0
     131TXT_SETUPHELP_PartitionSetup   db 'Rende le partizioni ', 0
    132132                               db 'avviabili, cambia il', 0
    133133                               db 'loro nome, le nasconde', 0
    134134                               db 'etc.', 0
    135135                               db 0
    136 TXT_SETUPHELP_BasicOptions:    db 'Opzioni disponibili', 0
     136TXT_SETUPHELP_BasicOptions     db 'Opzioni disponibili', 0
    137137                               db 'per utenti anche non', 0
    138138                               db 'esperti', 0
    139139                               db 0
    140 TXT_SETUPHELP_AdvOptions:      db 'Opzioni solo per', 0
     140TXT_SETUPHELP_AdvOptions       db 'Opzioni solo per', 0
    141141                               db 'utenti esperti. Se si', 0
    142142                               db 'ignora come agiscono', 0
    143143                               db 'non utilizzarle', 0
    144144                               db 0
    145 TXT_SETUPHELP_ExtOptions:      db 'Opzioni speciali per', 0
     145TXT_SETUPHELP_ExtOptions       db 'Opzioni speciali per', 0
    146146                               db 'specifici sistemi', 0
    147147                               db 'operativi', 0
    148148                               db 0
    149 TXT_SETUPHELP_DefMasterPwd:    db 'Definisce la password', 0
     149TXT_SETUPHELP_DefMasterPwd     db 'Definisce la password', 0
    150150                               db 'per accedere alla', 0
    151151                               db 'configurazione del', 0
    152152                               db 'sistema', 0
    153153                               db 0
    154 TXT_SETUPHELP_DefBootPwd:      db 'Definisce la password', 0
     154TXT_SETUPHELP_DefBootPwd       db 'Definisce la password', 0
    155155                               db 'per accedere al', 0
    156156                               db 'sistema', 0
    157157                               db 0
    158 TXT_SETUPHELP_SaveAndExit:     db 'Continua l''avvio e', 0
     158TXT_SETUPHELP_SaveAndExit      db 'Continua l''avvio e', 0
    159159                               db 'salva le impostazioni', 0
    160160                               db 'correnti', 0
    161161                               db 0
    162 TXT_SETUPHELP_JustExit:        db 'Continua l''avvio, ', 0
     162TXT_SETUPHELP_JustExit         db 'Continua l''avvio, ', 0
    163163                               db 'ma non salva', 0
    164164                               db 'le impostazioni', 0
     
    172172                               db 0
    173173
    174 TXT_SETUPHELP_HideSetup:       db 'Definisce lo stato', 0
     174TXT_SETUPHELP_HideSetup        db 'Definisce lo stato', 0
    175175                               db 'delle altre partizioni', 0
    176176                               db 'quando la partizione', 0
     
    305305;                               db 'root di Linux', 0
    306306;                               db 0
    307 ;TXT_SETUPHELP_DefLinuxCmd:     db 'Definisce la linea di', 0
     307;TXT_SETUPHELP_DefLinuxCmd      db 'Definisce la linea di', 0
    308308;                               db 'comando per Linux, se', 0
    309309;                               db 'disponibile', 0
Note: See TracChangeset for help on using the changeset viewer.