Tom Brubaker
2005-02-18 04:20:52 UTC
The slides for this project show
Init_Code_Segement_Descriptor() and
Init_Data_Segment_Descriptor()
as step 5 of Create_User_Process(), but don't these functions require
information from exeFormat->segementList ?
Is it ok/necessary then just to perform these steps back in
Load_User_Program() instead of in Create_User_Context() ?
-Tom-
Init_Code_Segement_Descriptor() and
Init_Data_Segment_Descriptor()
as step 5 of Create_User_Process(), but don't these functions require
information from exeFormat->segementList ?
Is it ok/necessary then just to perform these steps back in
Load_User_Program() instead of in Create_User_Context() ?
-Tom-