Changeset 380 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile
- Timestamp:
- Apr 8, 2012, 6:17:37 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r379 r380 8 8 # clean Removes all files from \Build # 9 9 # checksum* Builds all and then generates checksum byte to all binary files # 10 # strings* Compress src\ strings.asm to src\StringsCompressed.asm #10 # strings* Compress src\Strings.asm to src\StringsCompressed.asm # 11 11 # # 12 12 # * at the end of target name means that Perl is required for the job. # … … 16 16 # Following modules can be included or excluded: # 17 17 # MODULE_ADVANCED_ATA Native support for some VLB IDE controllers # 18 # MODULE_BOOT_MENU Boot Menu for selection drive to boot from#19 # MODULE_EBIOS Enhanced functions for access drives over 8.4 GB#18 # MODULE_BOOT_MENU Boot Menu for selection of drive to boot from # 19 # MODULE_EBIOS Enhanced functions for accessing drives over 8.4 GB # 20 20 # MODULE_JRIDE Support for JR-IDE/ISA # 21 21 # MODULE_SERIAL Virtual hard disks using serial port # 22 # MODULE_SERIAL_FLOPPY Virtual floppy drives using serial port 23 # MODULE_STRINGS_COMPRESSED Compressed strings to save space#22 # MODULE_SERIAL_FLOPPY Virtual floppy drives using serial port (requires MODULE_SERIAL) # 23 # MODULE_STRINGS_COMPRESSED Use compressed strings to save space # 24 24 # # 25 25 # Not modules but these affect the assembly: # 26 # ELIMINATE_CGA_SNOW Prevents CGA snowing at the cost of few bytes#26 # ELIMINATE_CGA_SNOW Prevents CGA snowing at the cost of a few bytes # 27 27 # USE_186 Use instructions supported by 80188/80186 and V20/V30 and later # 28 28 # USE_286 Use instructions supported by 286 and later #
Note:
See TracChangeset
for help on using the changeset viewer.