Subversion Repositories Kolibri OS

Rev

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

Rev 142 Rev 147
Line 663... Line 663...
663
    pop  eax
663
    pop  eax
664
    stc
664
    stc
665
    ret
665
    ret
Line 666... Line -...
666
 
-
 
667
 
-
 
668
start_application_fl:
-
 
669
    jmp new_start_application_fl
-
 
670
 
-
 
671
;************************************************************************
-
 
672
 
-
 
673
start_application_floppy:
-
 
674
    jmp  new_start_application_floppy
-
 
675
 
-
 
676
;********************************************************************
-
 
677
 
-
 
678
start_application_hd:
-
 
679
    jmp   new_start_application_hd
666
 
680
 
667
 
681
uglobal
668
uglobal
682
  new_process_place  dd  0x0
669
  new_process_place  dd  0x0
683
  app_start    dd  0x0
670
  app_start    dd  0x0
Line 689... Line 676...
689
  ;app_mem_pos  dd  0x0
676
  ;app_mem_pos  dd  0x0
690
  appl_path        dd 0x0
677
  appl_path        dd 0x0
691
  appl_path_size   dd 0x0         
678
  appl_path_size   dd 0x0         
692
endg
679
endg
Line 693... Line -...
693
 
-
 
694
;iglobal
-
 
695
  ;hd_app_string      db  'HDAPP       '
-
 
696
  ;process_loading    db 'K : Process - loading ',13,10,0
-
 
697
  ;process_running    db 'K : Process - done',13,10,0
-
 
698
  ;first_gdt_search   dd 0x2
-
 
699
;endg
-
 
Line 700... Line 680...
700
 
680
 
Line 701... Line 681...
701
 
681
 
702
sys_threads:
682
sys_threads: