Mercurial > hg > Members > kono > nitros9-code
comparison lib/os9defs.a @ 2430:a4be2dd00218
Fixed hanging ENDC
author | boisy |
---|---|
date | Fri, 12 Feb 2010 22:33:02 +0000 |
parents | 8873faeef1ad |
children | 4dfe474521bd |
comparison
equal
deleted
inserted
replaced
2429:65541e2444dc | 2430:a4be2dd00218 |
---|---|
826 P$ADDR: RMB 1 user address beginning page number | 826 P$ADDR: RMB 1 user address beginning page number |
827 P$PagCnt: RMB 1 Memory Page Count | 827 P$PagCnt: RMB 1 Memory Page Count |
828 P$User: RMB 2 User Index $09 | 828 P$User: RMB 2 User Index $09 |
829 P$Prior: RMB 1 Priority $0B | 829 P$Prior: RMB 1 Priority $0B |
830 P$Age: RMB 1 Age $0C | 830 P$Age: RMB 1 Age $0C |
831 P$State: RMB 1 | 831 P$State$State $0D |
832 P$Queue: RMB 2 Queue Link (Process ptr) $0E | 832 P$Queue: RMB 2 Queue Link (Process ptr) $0E |
833 P$IOQP: RMB 1 Previous I/O Queue Link (Process ID) $10 | 833 P$IOQP: RMB 1 Previous I/O Queue Link (Process ID) $10 |
834 P$IOQN: RMB 1 Next I/O Queue Link (Process ID) | 834 P$IOQN: RMB 1 Next I/O Queue Link (Process ID) |
835 P$PModul: RMB 2 Primary Module | 835 P$PModul: RMB 2 Primary Module |
836 P$SWI: RMB 2 SWI Entry Point | 836 P$SWI: RMB 2 SWI Entry Point |
1302 L3.Blks: EQU L3.Size/$20 Number of slots | 1302 L3.Blks: EQU L3.Size/$20 Number of slots |
1303 L3.End: EQU L3.Start+L3.Size*$0100 end of L3 memory | 1303 L3.End: EQU L3.Start+L3.Size*$0100 end of L3 memory |
1304 L3.SCF: EQU $0660 SCF block ptr | 1304 L3.SCF: EQU $0660 SCF block ptr |
1305 L3.RBF: EQU L3.SCF+1 RBF block ptr | 1305 L3.RBF: EQU L3.SCF+1 RBF block ptr |
1306 ENDC | 1306 ENDC |
1307 | |
1308 ENDC |