en:docs:bios:api:int10:01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:bios:api:int10:01 [2022/11/21 06:10] prokusheven:docs:bios:api:int10:01 [2024/05/20 08:13] (current) prokushev
Line 13: Line 13:
 ===== osFree Macro Library ===== ===== osFree Macro Library =====
  
-[[en:docs:macrolib:@SetCurSz]]+[[en:docs:macrolib:@SetCurSz]]/[[en:docs:macrolib:@SetCsrSize]]
  
 ===== Family API ===== ===== Family API =====
Line 19: Line 19:
 [[en:docs:fapi:VioSetCurType]] [[en:docs:fapi:VioSetCurType]]
  
-===== Input =====+===== Parameters =====
  
-  AH = 01h +  AH = 01h 
-  CH = Start line +  CH = Start line 
-  CL = End line+  CL = End line
  
 ===== Return ===== ===== Return =====
Line 36: Line 36:
   * on some adapters, setting the end line greater than the number of lines in the font will result in the cursor extending to the top of the next character cell on the right   * on some adapters, setting the end line greater than the number of lines in the font will result in the cursor extending to the top of the next character cell on the right
   * AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL is not equal to the current video mode   * AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL is not equal to the current video mode
- +  * Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]
-===== Note ===== +
- +
-Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]+
  
 {{page>en:templates:biosapi}} {{page>en:templates:biosapi}}