Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. iglobal
  2.   firstapp   db  '/hd0/1/kolibri/bin/LAUNCHER',0
  3.   vrr_m      db  '/hd0/1/kolibri/bin/VRR_M',0
  4.  
  5.   char  dd 0,0,0
  6.    dd 2560
  7.    dd  0x3F600 - std_application_base_address
  8.    db '/hd0/1/kolibri/FONTS/CHAR.MT',0
  9.   char2         dd 0,0,0
  10.                         dd 2560
  11.                         dd  0x3EC00 - std_application_base_address
  12.                         db '/hd0/1/kolibri/FONTS/CHAR2.MT',0
  13.   bootpath   db  '/KOLIBRI    '
  14.   bootpath2  db  0
  15.   vmode         dd 0,0,0
  16.                         dd 0x8000
  17.                         dd 0x760000 - std_application_base_address
  18.                         db '/hd0/1/kolibri/drivers/VMODE.MDR',0
  19. endg
  20.