Subversion Repositories Kolibri OS

Rev

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

Rev 1505 Rev 1507
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
2
;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved.
3
;; Copyright (C) KolibriOS team 2004-2010. All rights reserved.
4
;; PROGRAMMING:
4
;; PROGRAMMING:
5
;; Ivan Poddubny
5
;; Ivan Poddubny
6
;; Marat Zakiyanov (Mario79)
6
;; Marat Zakiyanov (Mario79)
7
;; VaStaNi
7
;; VaStaNi
8
;; Trans
8
;; Trans
Line 17... Line 17...
17
;; Sergey Semyonov (Serge)
17
;; Sergey Semyonov (Serge)
18
;; Johnny_B
18
;; Johnny_B
19
;; SPraid (simba)
19
;; SPraid (simba)
20
;; Hidnplayr
20
;; Hidnplayr
21
;; Alexey Teplov ()
21
;; Alexey Teplov ()
-
 
22
;; Artem Jerdev (art_zh)
22
;;
23
;;
23
;; Data in this file was originally part of MenuetOS project which is
24
;; Data in this file was originally part of MenuetOS project which is
24
;; distributed under the terms of GNU GPL. It is modified and redistributed as
25
;; distributed under the terms of GNU GPL. It is modified and redistributed as
25
;; part of KolibriOS project under the terms of GNU GPL.
26
;; part of KolibriOS project under the terms of GNU GPL.
26
;;
27
;;
Line 55... Line 56...
55
;;
56
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 58...
57
 
58
 
Line 58... Line 59...
58
include 'macros.inc'
59
include 'macros.inc'
Line 59... Line 60...
59
 
60
 
Line 60... Line 61...
60
$Revision: 1497 $
61
$Revision: 1507 $
Line 247... Line 248...
247
           call test_cpu
248
           call test_cpu
248
           bts [cpu_caps-OS_BASE], CAPS_TSC     ;force use rdtsc
249
           bts [cpu_caps-OS_BASE], CAPS_TSC     ;force use rdtsc
Line 249... Line 250...
249
 
250
 
250
           call init_BIOS32
251
           call init_BIOS32
251
; MEMORY MODEL
-
 
252
           call mem_test
252
; MEMORY MODEL
253
           call init_mem
253
           call init_mem
Line 254... Line 254...
254
           call init_page_map
254
           call init_page_map
Line 848... Line 848...
848
  cmp ax,'r1'           ; if not rused ram disk - load network configuration from files {SPraid.simba}
848
  cmp ax,'r1'           ; if not rused ram disk - load network configuration from files {SPraid.simba}
849
  je  no_st_network
849
  je  no_st_network
850
        call set_network_conf
850
        call set_network_conf
851
  no_st_network:
851
  no_st_network:
Line -... Line 852...
-
 
852
 
-
 
853
        call init_userDMA	; <<<<<<<<< ================ core/memory.inc ========================================
-
 
854
	  call pci_ext_config	; <<<<<<<<< bus/pci/pcie.inc
852
 
855
 
853
; LOAD FIRST APPLICATION
856
; LOAD FIRST APPLICATION
Line 854... Line 857...
854
        cli
857
        cli
855
 
858