home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / latrobe / b / biodif.arc / BIOSINIT.DIF < prev    next >
Text File  |  1987-06-20  |  1KB  |  57 lines

  1.  
  2. ----------BIOSINIT.OLD
  3. ;
  4.  
  5. ----------BIOSINIT.ASM
  6. ;        RGT    24 May 1986    Added console initialization
  7. ;
  8.  
  9. -----------------------------------------------
  10.  
  11. ----------BIOSINIT.OLD
  12. ;
  13.  
  14. ----------BIOSINIT.ASM
  15.     EXTRN    CONINIT:NEAR        ;Initialization of console    ;RGT
  16. ;
  17.  
  18. -----------------------------------------------
  19.  
  20. ----------BIOSINIT.OLD
  21. WATACK:
  22.  
  23. ----------BIOSINIT.ASM
  24. ;
  25. WATACK:
  26.  
  27. -----------------------------------------------
  28.  
  29. ----------BIOSINIT.OLD
  30. ;
  31.     CMP    XOPTION,WPRSNT        ;Is the winchester present?
  32.  
  33. ----------BIOSINIT.ASM
  34. ;                                    ;RGT
  35. ;   First, Initialize the console                    ;RGT
  36. ;                                    ;RGT
  37.     CALL    CONINIT            ;Initialize of console        ;RGT
  38. ;                                    ;RGT
  39. ;   Next, if winchester is present, initialize it            ;RGT
  40. ;                                    ;RGT
  41.     CMP    XOPTION,WPRSNT        ;Is the winchester present?
  42.  
  43. -----------------------------------------------
  44.  
  45. ----------BIOSINIT.OLD
  46. ;   Define the Microsoft copyright message
  47.  
  48. ----------BIOSINIT.ASM
  49. ;   Change the copyright message to indicate new BIOS
  50. ;
  51.     DB    'New version of BIOS'
  52.     DB    CR,LF
  53. ;
  54. ;   Define the Microsoft copyright message
  55.  
  56. -----------------------------------------------
  57.