Subversion Repositories Kolibri OS

Rev

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

Rev 551 Rev 748
Line 118... Line 118...
118
    mov  ebx,file_start
118
    mov  ebx,file_start
119
    int  0x40
119
    int  0x40
120
    jmp  still_end
120
    jmp  still_end
Line 121... Line 121...
121
    
121
    
122
  reboot:    
122
  reboot:    
123
    mov  eax,18
123
    mov  eax,70
124
    mov  ebx,1
124
    mov  ebx,sys_reboot
125
    int  0x40
125
    int  0x40
Line 126... Line 126...
126
;close program if we going to reboot
126
;close program if we going to reboot
127
 
127
 
Line 580... Line 580...
580
            dd 0,0,0,0
580
            dd 0,0,0,0
Line 581... Line 581...
581
 
581
 
582
start_application: db '/sys/LAUNCHER',0
582
start_application: db '/sys/LAUNCHER',0
Line -... Line 583...
-
 
583
                   times 60 db 32
-
 
584
 
-
 
585
sys_reboot:
-
 
586
            dd 7
-
 
587
            dd 0
-
 
588
            dd 0
-
 
589
            dd 0
-
 
590
            dd 0
583
                   times 60 db 32
591
            db '/sys/end',0
584
 
592
 
585
if lang eq de
593
if lang eq de
586
text:
594
text:
587
  db ' NAME/BEENDEN       PID     CPU-LAST   % '
595
  db ' NAME/BEENDEN       PID     CPU-LAST   % '