Subversion Repositories Kolibri OS

Rev

Rev 8115 | Rev 8851 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8115 Rev 8217
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2017. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2017. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8115 $
8
$Revision: 8217 $
9
 
9
 
10
 
10
 
Line 333... Line 333...
333
 
333
 
Line 334... Line 334...
334
PAT_VALUE           = 0x00070106; (UC<<24)|(UCM<<16)|(WC<<8)|WB
334
PAT_VALUE           = 0x00070106; (UC<<24)|(UCM<<16)|(WC<<8)|WB
Line 335... Line -...
335
 
-
 
336
MAX_MEMMAP_BLOCKS   = 32
-
 
337
 
-
 
338
TMP_FILE_NAME       =     0
-
 
339
TMP_CMD_LINE        =  1024
-
 
340
TMP_ICON_OFFS       =  1280
335
 
341
 
336
MAX_MEMMAP_BLOCKS   = 32
342
 
337
 
343
EVENT_REDRAW       = 0x00000001
338
EVENT_REDRAW       = 0x00000001
344
EVENT_KEY          = 0x00000002
339
EVENT_KEY          = 0x00000002
Line 700... Line 695...
700
                        dw ?
695
                        dw ?
701
                        dd ?
696
                        dd ?
702
        bank_switch     dd ?    ; Vesa 1.2 pm bank switch
697
        bank_switch     dd ?    ; Vesa 1.2 pm bank switch
703
        lfb             dd ?    ; Vesa 2.0 LFB address
698
        lfb             dd ?    ; Vesa 2.0 LFB address
704
        mtrr            db ?    ; 0 or 1: enable MTRR graphics acceleration
699
        mtrr            db ?    ; 0 or 1: enable MTRR graphics acceleration
705
        launcher_start  db ?    ; 0 or 1: start the first app (right now it's LAUNCHER) after kernel is loaded
700
        launcher_start  db ?    ; 0 or 1: start the first app (right now it's
-
 
701
                                ; LAUNCHER) after kernel is loaded
706
        debug_print     db ?    ; if nonzero, duplicates debug output to the screen
702
        debug_print     db ?    ; if nonzero, duplicates debug output to the screen
707
        dma             db ?    ; DMA write: 1=yes, 2=no
703
        dma             db ?    ; DMA write: 1=yes, 2=no
708
        pci_data        rb 8
704
        pci_data        rb 8
709
                        rb 8
705
                        rb 8
710
        shutdown_type   db ?    ; see sysfn 18.9
706
        shutdown_type   db ?    ; see sysfn 18.9