{{page>en:templates:biosint}} ====== Int 10H, AH=0BH ====== ===== Version ===== IBM 5150 and higher ===== Brief ===== Set background color/palette ===== osFree Macro Library ===== [[en:docs:macrolib:@SetColor]]/[[en:docs:macrolib:@SetPalet]]/[[en:docs:macrolib:@SetPalette]] ===== Family API ===== No equivalent ===== Parameters ===== * AH = 0Bh * BH = 00h * BL = background/border color (border only in text modes) * BH = 01h * BL = palette ID * 00h background, green, red, and brown/yellow * 01h background, cyan, magenta, and white ===== Return ===== ===== Macro ===== INCLUDE BIOS.INC @SetColor 2 @SetPalet 1 ===== Notes ===== * Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]] {{page>en:templates:biosapi}} {{page>en:templates:fapi}}