Int 6F/AH=42h/BP=0012h

Prev Next Ralf Interrups Categories Contents

------

HP Vectra EX-BIOS - F_STR_DEL_BUCKET - DEL HEADER FROM BUCKET LIST

AH = 42h
BP = 0012h (driver ID of V_SYSTEM)
ES:DI -> bucket header (see #03775)

Return:
AH = status (00h,FEh) (see #03744 at AH=00h"HP Vectra") BP,DS destroyed

See Also: AH=00h"HP Vectra" - AH=40h/BP=0012h - AH=44h/BP=0012h

Format of HP Vectra EX-BIOS bucket header: Offset Size Description (Table 03775) 00h DWORD pointer to next bucket header (FFFFh:FFFFh if last) 04h WORD upper bound on string index 06h WORD lower bound on string index 08h DWORD pointer to array of string offset pointers 0Ch WORD segment of strings

Note: The strings pointed at by the offset pointers are byte-counted ASCIZ strings

Category: Vendor-specific BIOS Extensions - Int 6Fh - H

------

Prev Next Ralf Interrups Categories Contents