Subversion Repositories Kolibri OS

Rev

Rev 1066 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1066 Rev 2971
Line 18... Line 18...
18
;; Iliya Mihailov (Ghost)
18
;; Iliya Mihailov (Ghost)
19
;; Sergey Semyonov (Serge)
19
;; Sergey Semyonov (Serge)
20
;; Johnny_B
20
;; Johnny_B
21
;; SPraid (simba)
21
;; SPraid (simba)
22
;;
22
;; Hidnplayr
-
 
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
;;
27
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
28
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
Line 56... Line 57...
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
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: 1066 $
61
$Revision: 2971 $
Line 61... Line 62...
61
 
62
 
Line 244... Line 245...
244
extrn _bx_from_load
245
extrn _bx_from_load
Line 245... Line 246...
245
 
246
 
Line -... Line 247...
-
 
247
extrn _sys_app_entry
-
 
248
 
246
extrn _sys_app_entry
249
public _set_screen
Line 247... Line 250...
247
 
250
 
Line 248... Line 251...
248
extrn _i40
251
extrn _i40
249
 
252
 
250
extrn test_cpu
253
extrn test_cpu
251
 
254
 
Line 252... Line -...
252
extrn cpu_vendor
-
 
-
 
255
extrn cpu_vendor
-
 
256
extrn cpu_sign
-
 
257
extrn cpu_info
-
 
258
extrn cpu_caps:dword
Line 253... Line 259...
253
extrn cpu_sign
259
 
Line 254... Line 260...
254
extrn cpu_info
260
extrn stb_create_window
Line 412... Line 418...
412
           mov edx, PG_SW
418
           mov edx, PG_SW
413
           call @mem_alloc@8
419
           call @mem_alloc@8
414
           mov [_display_data], eax
420
           mov [_display_data], eax
415
 
421
 
Line 416... Line 422...
416
           mov ecx, (unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl \
422
           mov ecx, 4096 + (unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl \
417
                    (unpack.lc+unpack.lp)))*4
423
                    (unpack.lc+unpack.lp)))*4
-
 
424
 
418
           mov edx, PG_SW
425
           mov edx, PG_SW
419
           call @mem_alloc@8
426
           call @mem_alloc@8
420
           mov [unpack.p], eax
427
           mov [unpack.p], eax
Line 421... Line 428...
421
 
428
 
Line 797... Line 804...
797
	cmp	[IDEContrRegsBaseAddr], 0
804
	cmp	[IDEContrRegsBaseAddr], 0
798
	setnz	[dma_hdd]
805
	setnz	[dma_hdd]
799
	mov [timer_ticks_enable],1		; for cd driver
806
	mov [timer_ticks_enable],1		; for cd driver
800
 
807
 
Line -... Line 808...
-
 
808
;xchg bx, bx
801
	sti
809
	sti
802
	call change_task
810
	call change_task
Line 803... Line 811...
803
 
811