Mercurial > hg > Members > kono > nitros9-code
changeset 706:b6e3c9f77a6f
Modified device table and polling table so that OS-9 Level Two now shares
same size with NitrOS-9
author | boisy |
---|---|
date | Fri, 03 Jan 2003 17:15:28 +0000 |
parents | c00354059d1c |
children | 799831830713 |
files | defs/os9defs |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/defs/os9defs Fri Jan 03 17:01:36 2003 +0000 +++ b/defs/os9defs Fri Jan 03 17:15:28 2003 +0000 @@ -920,10 +920,10 @@ V$DESC rmb 2 Device Descriptor module V$FMGR rmb 2 File Manager module V$USRS rmb 1 use count - ifne NitrOS9 + IFGT Level-1 V$DRIVEX rmb 2 Device Driver execution address V$FMGREX rmb 2 File Manager execution address - endc + ENDC DEVSIZ equ . ******************************* @@ -947,9 +947,9 @@ Q$SERV rmb 2 Absolute Service routine Address Q$STAT rmb 2 Static Storage Address Q$PRTY rmb 1 Priority (Low Numbers=Top Priority) - ifne NitrOS9 + IFGT Level-1 Q$MAP rmb 2 Added by NitrOS-9 - endc + ENDC POLSIZ equ . ********************