Subversion Repositories Kolibri OS

Rev

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

Rev 9224 Rev 9249
Line 75... Line 75...
75
format binary as "mnt"
75
format binary as "mnt"
Line 76... Line 76...
76
 
76
 
77
include 'macros.inc'
77
include 'macros.inc'
Line 78... Line 78...
78
include 'struct.inc'
78
include 'struct.inc'
Line 79... Line 79...
79
 
79
 
80
$Revision: 9224 $
80
$Revision: 9249 $
Line 142... Line 142...
142
; menu with svn revision number near top right corner of the screen. This fasm
142
; menu with svn revision number near top right corner of the screen. This fasm
143
; preprocessor code searches for '****' signature inside bootbios.bin and
143
; preprocessor code searches for '****' signature inside bootbios.bin and
144
; places revision number there.
144
; places revision number there.
145
if ~ defined UEFI
145
if ~ defined UEFI
146
  bootbios:
146
  bootbios:
147
  if ~ defined extended_primary_loader
147
  if defined extended_primary_loader
148
    file 'bootbios.bin'
-
 
149
  else
-
 
150
    file 'bootbios.bin.ext_loader'
148
    file 'bootbios.bin.ext_loader'
-
 
149
  else if defined pretest_build
-
 
150
    file 'bootbios.bin.pretest'
-
 
151
  else
-
 
152
    file 'bootbios.bin'
151
  end if
153
  end if
152
  if __REV__ > 0
154
  if __REV__ > 0
153
    cur_pos = 0
155
    cur_pos = 0
154
    cnt = 0
156
    cnt = 0
155
    repeat $ - bootbios
157
    repeat $ - bootbios