Subversion Repositories Kolibri OS

Rev

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

Rev 357 Rev 358
Line 165... Line 165...
165
 
165
 
Line 166... Line 166...
166
use32
166
use32
Line -... Line 167...
-
 
167
 
-
 
168
include 'unpacker.inc'
-
 
169
 
-
 
170
__DEBUG__ fix 1
167
 
171
__DEBUG_LEVEL__ fix 1
168
include 'unpacker.inc'
172
include 'debug-fdo.inc'
169
 
173
 
170
iglobal
174
iglobal
171
  boot_memdetect    db   'Determining amount of memory',0
175
  boot_memdetect    db   'Determining amount of memory',0
Line 5010... Line 5014...
5010
  keyboard   dd 0x1
5014
  keyboard   dd 0x1
5011
  sound_dma  dd 0x1
5015
  sound_dma  dd 0x1
5012
  syslang    dd 0x1
5016
  syslang    dd 0x1
5013
endg
5017
endg
Line -... Line 5018...
-
 
5018
 
-
 
5019
if __DEBUG__ eq 1
-
 
5020
  include_debug_strings
-
 
5021
end if 
5014
 
5022
 
5015
IncludeIGlobals
5023
IncludeIGlobals
5016
endofcode:
5024
endofcode:
5017
IncludeUGlobals
5025
IncludeUGlobals
5018
uglobals_size = $ - endofcode
5026
uglobals_size = $ - endofcode