Changeset 60 for trunk/bootcode/setup/main.asm
- Timestamp:
- Feb 18, 2016, 5:18:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/setup/main.asm
r57 r60 32 32 SETUP_UpperFixString db 'SETUP ',0 ; AddOn for "AiR-BOOT SETUP vX.XX" 33 33 34 Include SETUP/MENUS.ASM; Menu structures35 Include SETUP/PART_SET.ASM; Partition Setup (in extra file)34 include setup/menus.asm ; Menu structures 35 include setup/part_set.asm ; Partition Setup (in extra file) 36 36 37 37 ; CH - Current Item Number
Note:
See TracChangeset
for help on using the changeset viewer.