Subversion Repositories Kolibri OS

Rev

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

Rev 3168 Rev 3176
Line 56... Line 56...
56
;;
56
;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
include 'macros.inc'
59
include 'macros.inc'
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
$Revision: 3168 $
61
$Revision: 3176 $
Line 86... Line 86...
86
;;
86
;;
87
;;   Included files:
87
;;   Included files:
88
;;
88
;;
89
;;   Kernel16.inc
89
;;   Kernel16.inc
90
;;    - Bootcode.inc  Hardware setup
90
;;    - Bootcode.inc  Hardware setup
91
;;    - Pci16.inc     PCI functions
-
 
92
;;
91
;;
93
;;   Kernel32.inc
92
;;   Kernel32.inc
94
;;    - Sys32.inc     Process management
93
;;    - Sys32.inc     Process management
95
;;    - Shutdown.inc  Shutdown and restart
94
;;    - Shutdown.inc  Shutdown and restart
96
;;    - Fat32.inc     Read / write hd
95
;;    - Fat32.inc     Read / write hd
Line 115... Line 114...
115
		  org	0x0
114
		  org	0x0
116
		  jmp	start_of_code
115
		  jmp	start_of_code
Line 117... Line 116...
117
 
116
 
Line 118... Line -...
118
version db    'Kolibri-A   version 0.1.0.0      ',13,10,13,10,0
-
 
119
 
-
 
120
diff16 "preboot start: ",0,$
-
 
121
include "boot/preboot.inc"
117
version db    'Kolibri-A   version 0.1.0.0      ',13,10,13,10,0
122
 
118
 
Line 123... Line -...
123
diff16 "bootcode start: ",0,$
-
 
124
include "boot/bootcode.inc"    ; 16 bit system boot code
-
 
125
 
-
 
126
diff16 "pci16    start: ",0,$
119
diff16 "bootcode start: ",0,$
127
include "bus/pci/pci16.inc"
120
include "boot/bootcode.inc"    ; 16 bit system boot code
Line 128... Line 121...
128
 
121