Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
- Timestamp:
- Jan 27, 2011, 8:14:13 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
r83 r88 1 1 ; File name : BootInfo.asm 2 ; Project name : IDE BIOS 3 ; Created date : 16.3.2010 4 ; Last update : 6.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (optimizations) 2 ; Project name : XTIDE Universal BIOS 7 3 ; Description : Functions for generating and accessing drive 8 4 ; information to be displayed on boot menu. … … 145 141 loop BootInfo_StoreAtaString ; Loop while words left 146 142 .Return: 147 mov al, STOP ; End string with STOP143 xor ax, ax ; Terminate string with NULL 148 144 stosb 149 145 ret
Note:
See TracChangeset
for help on using the changeset viewer.