Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 908
Line 62... Line 62...
62
  CURSOR CURSOR
62
  CURSOR CURSOR
63
end virtual
63
end virtual
Line 64... Line 64...
64
 
64
 
Line 65... Line 65...
65
CURSOR_SIZE      equ 32
65
CURSOR_SIZE      equ 32
66
 
66
 
67
OS_BASE          equ 0x80000000
67
OS_BASE          equ 0xE0000000
Line 68... Line 68...
68
SLOT_BASE        equ (OS_BASE+0x0080000)
68
SLOT_BASE        equ (OS_BASE+0x0080000)
69
LFB_BASE         equ 0xFE000000
69
LFB_BASE         equ 0xDF000000
Line 70... Line 70...
70
 
70