Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
454 trolly 1
 
2
3
 
4
        jne   no_pal_vga
5
        mov   esi,boot_pal_vga
6
        call  boot_log
7
        call  paletteVGA
8
      no_pal_vga:
9
10
 
11
        jne   no_pal_ega
12
        mov   esi,boot_pal_ega
13
        call  boot_log
14
        call  palette320x200
15
      no_pal_ega:
16