Changeset 29 for trunk/BOOTCODE/SETUP/MENUS.ASM
- Timestamp:
- May 5, 2011, 2:00:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/SETUP/MENUS.ASM
r23 r29 1 2 ; Disclaimer:3 ; =============4 ; The sourcecode is released via www.netlabs.org CVS *ONLY*.5 ; You MUST NOT upload it to other servers nor republish it in any way.6 ; The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.7 ; It's (c) Copyright 1998-2003 by Martin Kiewitz.8 ; You may recompile the source and do *PRIVATE* modifications, but please keep9 ; in mind that modifying this code needs at least *some* assembly skill. If10 ; you mess up your system, because you needed to hack your way through, don't11 ; blame me. Releasing a customized version of AiR-BOOT, selling it in any form12 ; or reusing parts of this source is *PROHIBITED*. Ask me, if you have some13 ; idea about new functionality *before* developing the code, otherwise I will14 ; definitely reject it. Also please accept, that I have some basic design15 ; rules on AiR-BOOT and I will maintain them at all costs, so this won't get16 ; another GRUB.17 1 ; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz 2 ; 3 ; This file is part of AiR-BOOT 4 ; 5 ; AiR-BOOT is free software: you can redistribute it and/or modify it under 6 ; the terms of the GNU General Public License as published by the Free 7 ; Software Foundation, either version 3 of the License, or (at your option) 8 ; any later version. 9 ; 10 ; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY 11 ; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS 12 ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 13 ; details. 14 ; 15 ; You should have received a copy of the GNU General Public License along with 16 ; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>. 17 ; 18 18 ;--------------------------------------------------------------------------- 19 19 ; AiR-BOOT SETUP / MENU STRUCTURE … … 101 101 dw offset TXT_SETUPHELP_SUBMENU ; Pointer to help info 102 102 ; The Menu-Items start here... 103 dw offset SETUPMAGIC_ChangePartition, offset CFG_PartDefault 104 dw offset TXT_SETUP_DefaultPart, offset TXT_SETUPHELP_DefaultPart 105 dw 6 dup (0) 103 dw offset SETUPMAGIC_ChangeDefaultSelection, offset CFG_PartDefault 104 dw offset TXT_SETUP_DefaultSelection, offset TXT_SETUPHELP_DefaultSelection 105 dw 6 dup (0) 106 ; ATTENTION: ChangeDefaultSelection is redrawn hardcoded in 107 ; SETUPMAGIC_ChangeFloppyDisplay. 106 108 dw offset SETUPMAGIC_EnableDisable, offset CFG_TimedBoot 107 109 dw offset TXT_SETUP_TimedBoot, offset TXT_SETUPHELP_TimedBoot … … 123 125 dw 6 dup (0) 124 126 ; The Menu-Items of the right side start here... 125 dw offset SETUPMAGIC_ EnableDisable, offset CFG_IncludeFloppy127 dw offset SETUPMAGIC_ChangeFloppyDisplay, offset CFG_IncludeFloppy 126 128 dw offset TXT_SETUP_IncludeFloppy, offset TXT_SETUPHELP_IncludeFloppy 127 129 dw 6 dup (0) … … 194 196 dw offset TXT_SETUPHELP_SUBMENU ; Pointer to help information 195 197 ; The Menu-Items start here... 196 dw offset SETUPMAGIC_ChangeLinuxKernelPart, offset CFG_LinuxKrnlPartition 197 dw offset TXT_SETUP_LinuxKernelPart, offset TXT_SETUPHELP_LinuxKernelPart 198 dw 6 dup (0) 199 dw offset SETUPMAGIC_ChangeLinuxDefaultKernel, offset CFG_LinuxDefaultKernel 200 dw offset TXT_SETUP_LinuxDefaultKernel, offset TXT_SETUPHELP_LinuxDefaultKrnl201 dw 6 dup (0) 202 dw offset SETUPMAGIC_ChangeLinuxRootPart, offset CFG_LinuxRootPartition 203 dw offset TXT_SETUP_LinuxRootPart, offset TXT_SETUPHELP_LinuxRootPart 204 dw 6 dup (0) 205 dw 0, 0 206 dw 0, 0207 dw 0, 0208 dw 0, 0198 ; [Linux support removed since v1.02] 199 ; dw offset SETUPMAGIC_ChangeLinuxKernelPart, offset CFG_LinuxKrnlPartition 200 ; dw offset TXT_SETUP_LinuxKernelPart, offset TXT_SETUPHELP_LinuxKernelPart 201 ; dw 6 dup (0) 202 ; dw offset SETUPMAGIC_ChangeLinuxDefaultKernel, offset CFG_LinuxDefaultKernel 203 ; dw offset TXT_SETUP_LinuxDefaultKernel, offset TXT_SETUPHELP_LinuxDefaultKrnl 204 ; dw 6 dup (0) 205 ; dw offset SETUPMAGIC_ChangeLinuxRootPart, offset CFG_LinuxRootPartition 206 ; dw offset TXT_SETUP_LinuxRootPart, offset TXT_SETUPHELP_LinuxRootPart 207 ; dw 6 dup (0) 208 dw offset SETUPMAGIC_EnableDisable, offset CFG_IgnoreLVM 209 dw offset TXT_SETUP_IgnoreLVM, offset TXT_SETUPHELP_IgnoreLVM 210 dw 6 dup (0) 209 211 dw offset SETUPMAGIC_EnableDisable, offset CFG_ForceLBAUsage 210 212 dw offset TXT_SETUP_ForceLBAUsage, offset TXT_SETUPHELP_ForceLBAUsage … … 213 215 dw offset TXT_SETUP_ExtPartMShack, offset TXT_SETUPHELP_ExtPartMShack 214 216 dw 6 dup (0) 215 ; The Menu-Items of the right side start here... 216 dw 0, 0 217 dw 0, 0 218 dw offset SETUP_EnterMenu_LinuxCommandLine, 0 219 dw offset TXT_SETUP_DefLinuxCmd, offset TXT_SETUPHELP_DefLinuxCmd 220 dw 0, 0 221 dw 0, 0 222 dw 0, 0 223 dw 0, 0 224 dw 0, 0 225 dw 0, 0 226 dw 0, 0 227 dw 0, 0 228 dw 0, 0 229 dw 0, 0 217 dw 0, 0 218 dw 0, 0 219 dw 0, 0 220 dw 0, 0 221 dw 0, 0 222 dw 0, 0 223 dw 0, 0 224 dw 0, 0 225 ; The Menu-Items of the right side start here... 226 dw 0, 0 227 dw 0, 0 228 ; [Linux support removed since v1.02] 229 dw 0, 0 230 dw 0, 0 231 ; dw offset SETUP_EnterMenu_LinuxCommandLine, 0 232 ; dw offset TXT_SETUP_DefLinuxCmd, offset TXT_SETUPHELP_DefLinuxCmd 233 dw 0, 0 234 dw 0, 0 235 dw 0, 0 236 dw 0, 0 237 dw 0, 0 238 dw 0, 0 239 dw 0, 0 240 dw 0, 0 241 dw 0, 0 242 dw 0, 0
Note:
See TracChangeset
for help on using the changeset viewer.