Subversion Repositories Kolibri OS

Rev

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

Rev 848 Rev 849
Line -... Line 1...
-
 
1
format MS COFF
-
 
2
 
-
 
3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4
;;
2
;;
5
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved.
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved.
6
;; PROGRAMMING:
4
;; PROGRAMMING:
7
;; Ivan Poddubny
5
;; Ivan Poddubny
8
;; Marat Zakiyanov (Mario79)
Line 53... Line 56...
53
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
 
Line 55... Line 58...
55
 
58
include 'macros.inc'
Line 56... Line 59...
56
include 'macros.inc'
59
 
Line 57... Line 60...
57
 
60
$Revision: 849 $
Line 58... Line 61...
58
$Revision: 848 $
61
 
Line 102... Line 105...
102
;;    - Scincode.inc  Window skinning
105
;;    - Pci32.inc     PCI functions
103
;;    - Pci32.inc     PCI functions
106
;;
104
;;
107
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
105
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
108
 
Line -... Line 109...
-
 
109
section '.flat' code readable align 16
-
 
110
 
-
 
111
public __start
-
 
112
 
-
 
113
extrn  __edata
Line 106... Line 114...
106
 
114
 
107
 
115
use32
-
 
116
org 0x001001E0
-
 
117
 
Line 108... Line 118...
108
use32
118
align 4
109
org 0x100000
119
 
110
 
120
mboot:
111
mboot:
121
  dd  0x1BADB002
112
  dd  0x1BADB002
122
  dd  0x00010003
113
  dd  0x00010003
123
  dd  -(0x1BADB002 + 0x00010003)
114
  dd  -(0x1BADB002 + 0x00010003)
124
  dd  mboot
115
  dd  mboot
125
  dd  0x100000
116
  dd  0x100000
126
  dd  __edata;         ;__edata - OS_BASE
Line 117... Line 127...
117
  dd  __edata - OS_BASE
127
  dd  LAST_PAGE
118
  dd  LAST_PAGE
128
  dd  __start
Line 5474... Line 5484...
5474
 
5484
include "data32.inc"
Line 5475... Line 5485...
5475
include "data32.inc"
5485
 
Line 5476... Line 5486...
5476
 
5486
__REV__ = __REV
5477
__REV__ = __REV
5487
 
5478
 
-
 
5479
uglobals_size = $ - endofcode
-
 
Line 5480... Line -...
5480
diff16 "end of kernel code",0,$
-