Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 388
Line 1117... Line 1117...
1117
           mov    esi,new_process_running
1117
           mov    esi,new_process_running
1118
           call   sys_msg_board_str     ;output information about succefull startup
1118
           call   sys_msg_board_str     ;output information about succefull startup
1119
           ret
1119
           ret
1120
endp
1120
endp
Line 1121... Line -...
1121
 
-
 
1122
 
-
 
1123
 
1121
 
Line 1124... Line -...
1124
include "debug.inc"
-
 
1125
 
-
 
1126
iglobal
-
 
1127
    new_process_loading db 'K : New Process - loading',13,10,0
-
 
1128
    new_process_running db 'K : New Process - done',13,10,0
-
 
1129
    start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
-