Procedure#Entry, check for invalid procedure Id
Closed this issue · 1 comments
Latrasis commented
Following on the discussion in #50, #99. #99. Need to include a test where:
-
Create Procedure A into the procedure table.
-
Procedure A is designated as the Entry Procedure during kernel instantiation.
-
Procedure A is also designated a procedure entry capability (type
0x6
) that allows it to designate a new entry procedure from the procedure table given an id. -
If Procedure A tries to invoke the entry capability to assign an new entry procedure with an id that does not exist in the procedure table. The kernel returns an error.