Subversion Repositories Kolibri OS

Rev

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

  1.  ; TIMER SET TO 1/100 S
  2.  
  3.         mov   esi,boot_timer
  4.         call  boot_log
  5.         mov   al,0x34              ; set to 100Hz
  6.         out   0x43,al
  7.         mov   al,0x9b              ; lsb    1193180 / 1193
  8.         out   0x40,al
  9.         mov   al,0x2e              ; msb
  10.         out   0x40,al