PowerMacInfo: Difference between revisions
From Computers Wiki
Jump to navigationJump to search
(Create page) |
(Add more info to 8.6/alligator) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''PowerMacInfo''' is an application in the Multiprocessing 2.1v2 SDK that provides a glimpse into the Multiprocessing Services portion of the Classic Mac OS. |
'''PowerMacInfo''' is an application in the Multiprocessing 2.1v2 SDK that provides a glimpse into the Multiprocessing Services portion of the Classic Mac OS. |
||
== Mac OS 8.6 == |
== Mac OS 8.6, [[alligator]] == |
||
The tasks are: |
The tasks are: |
||
* <code>blue</code>, weight 200 |
* <code>blue</code>, RDYQ, PR 2, weight 200 |
||
* <code>idle</code>, weight 1 |
* <code>idle</code>, RDYQ, PR 3, weight 1 |
||
* <code>🍎Mac</code>, weight 100, but only ever has a task preemption count of 1 |
* <code>🍎Mac</code>, MSGQ, PR 2, weight 100, but only ever has a task preemption count of 1 |
||
== Mac OS 9.1, [[caiman]] == |
|||
The tasks are: |
|||
* <code>blue</code>, RDYQ, PR 2, weight 200 |
|||
* <code>idle</code>, RDYQ, PR 3, weight 1 |
|||
* <code>deth</code>, MSGQ, PR 2, weight 100, starts at 1 |
|||
* <code>dbgr</code>, MSGQ, PR 2, weight 100, starts at 1 |
|||
* <code>ager</code>, EVNT, PR 2, weight 100, gets preempted once every few seconds |
|||
* <code>powr</code>, EVNT, PR 1, weight 100, gets preempted about twice per second |
|||
[[Category:Classic Mac OS]] |
[[Category:Classic Mac OS]] |
Latest revision as of 19:41, 26 March 2023
PowerMacInfo is an application in the Multiprocessing 2.1v2 SDK that provides a glimpse into the Multiprocessing Services portion of the Classic Mac OS.
Mac OS 8.6, alligator
The tasks are:
blue
, RDYQ, PR 2, weight 200idle
, RDYQ, PR 3, weight 1🍎Mac
, MSGQ, PR 2, weight 100, but only ever has a task preemption count of 1
Mac OS 9.1, caiman
The tasks are:
blue
, RDYQ, PR 2, weight 200idle
, RDYQ, PR 3, weight 1deth
, MSGQ, PR 2, weight 100, starts at 1dbgr
, MSGQ, PR 2, weight 100, starts at 1ager
, EVNT, PR 2, weight 100, gets preempted once every few secondspowr
, EVNT, PR 1, weight 100, gets preempted about twice per second