mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-06 04:04:41 +00:00
18 lines
451 B
Plaintext
18 lines
451 B
Plaintext
* $Id: kern.equates,v 1.1 1998/02/02 08:18:14 taubert Exp $
|
|
*********************************************************************
|
|
*
|
|
* Kernel process state IDs
|
|
*
|
|
*********************************************************************
|
|
|
|
NPROC gequ 32
|
|
pUnused gequ $00
|
|
pRunning gequ $01
|
|
pReady gequ $02
|
|
pBlocked gequ $03
|
|
pNew gequ $04 ; ready, but no int info
|
|
pSuspended gequ $05
|
|
pWait gequ $06
|
|
pWaitSigCH gequ $07
|
|
pPaused gequ $08
|