Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 429
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 429 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                               ;;
3
;;                                                               ;;
4
;;  MenuetOS process management, protected ring3                 ;;
4
;;  MenuetOS process management, protected ring3                 ;;
5
;;                                                               ;;
5
;;                                                               ;;
6
;;  Distributed under GPL. See file COPYING for details.         ;;
6
;;  Distributed under GPL. See file COPYING for details.         ;;
Line 836... Line 836...
836
endg
836
endg
Line 837... Line 837...
837
 
837
 
Line 838... Line 838...
838
 
838
 
839
build_scheduler:
839
build_scheduler:
840
 
840
 
Line 841... Line 841...
841
        mov    esi,boot_sched_1
841
;        mov    esi,boot_sched_1
842
        call   boot_log
842
;        call   boot_log
843
        call   build_process_gdt_tss_pointer
843
        call   build_process_gdt_tss_pointer
Line 844... Line 844...
844
 
844