Subversion Repositories Kolibri OS

Rev

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

Rev 6810 Rev 6811
Line 42... Line 42...
42
include 'sync.inc'
42
include 'sync.inc'
43
include 'malloc.inc'
43
include 'malloc.inc'
44
include 'peloader.inc'
44
include 'peloader.inc'
45
include 'modules.inc'
45
include 'modules.inc'
46
include 'cmdline.inc'
46
include 'cmdline.inc'
-
 
47
include 'thread.inc'
Line 47... Line 48...
47
 
48
 
48
proc syscall_int40
49
proc syscall_int40
49
        int     0x40
50
        int     0x40
50
        ret
51
        ret
Line 300... Line 301...
300
        , mspace_realloc_in_place, 'mspace_realloc_in_place' \
301
        , mspace_realloc_in_place, 'mspace_realloc_in_place' \
301
        , mspace_memalign, 'mspace_memalign' \
302
        , mspace_memalign, 'mspace_memalign' \
302
        , dlopen, 'dlopen' \
303
        , dlopen, 'dlopen' \
303
        , dlclose, 'dlclose' \
304
        , dlclose, 'dlclose' \
304
        , dlsym, 'dlsym' \
305
        , dlsym, 'dlsym' \
-
 
306
        , create_thread, 'create_thread' \
-
 
307
        , exit_thread, 'exit_thread' \
Line 305... Line 308...
305
 
308
 
Line 306... Line 309...
306
end data
309
end data
307
 
310