; ;************************************************************** ; INTEL CORPORATION PROPRIETARY INFORMATION ; ; This software is supplied under the terms of a ; license agreement or nondisclosure agreement with ; Intel Corporation and may not be copied or disclosed ; except in accordance with the terms of that agreement. ; ; module: root job data ; ; last change: May 15, 1984, by G.Timnat ; ; created: Jan 1984, by G.Timnat ; ; abstract: This module contains the root job descriptor ; ;************************************************************** dw 8 dup (0) ;canonical part dw 0 ; param_obj dw 2 ; current_tasks dw 0FFFFh ; max_tasks dw 1 ; current_objs dw 0FFFFh ; max_objs dp 0 ; exception handler ptr dw 0 ; root of obj linked list for this job dw 0 ; root of extension linked list dw 0 ; root of task linked list dw 0 ; root of child jobs linked list db 0 ; max priority for this job's tasks db 0 ; exception mode dw 0 ; nuc-sp ?? db 0 ; job-pool's extra bytes db 0 ; job-pool's depth (for borrowing) dw 0 ; parent job dw 2 ; job flags dw 0 ; composite_deleting dw 0 ; deleting_task dw 50 ; max obj directory entries dw 0 ; valid obj directory entries dd 0 ; pool min size (lower 3 bytes) dd 0 ; pool max size (lower 3 bytes) dd 0 ; pool initial min (lower 3 bytes) dd 0 ; borrowed amount (lower 3 bytes) db 40 dup (0) ; ptr_table (39 bytes used)