Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. ; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f
  2.  
  3.         mov   esi,boot_irqs
  4.         call  boot_log
  5.         call  rerouteirqs
  6.  
  7.         mov    esi,boot_tss
  8.         call   boot_log
  9.  
  10.         mov    esi,boot_devices
  11.         call   boot_log
  12.         call   detect_devices
  13.  
  14.