Subversion Repositories Kolibri OS

Rev

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

Rev 6317 Rev 6332
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 6317 $
8
$Revision: 6332 $
9
 
9
 
10
 
10
 
Line 426... Line 426...
426
 
426
 
427
        ht_lock         rd 1
427
        ht_lock         rd 1
428
        ht_free         rd 1            ;htab[0] stdin
428
        ht_free         rd 1            ;htab[0] stdin
429
        ht_next         rd 1            ;htab[1] stdout
429
        ht_next         rd 1            ;htab[1] stdout
-
 
430
        htab            rd (4096-$)/4   ;htab[2] stderr
-
 
431
;       htab            rd (4096+3072-$)/4   ;htab[2] stderr
430
        htab            rd (4096-$)/4   ;htab[2] stderr
432
;       workdir         rb 1024
431
        pdt_0           rd 1024
433
        pdt_0           rd 1024
Line 432... Line 434...
432
ends
434
ends
433
 
435