-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now an execution of process supports multiple arguments, by pushing arguments onto stack that has been previously allocated, but not used. esp now points bottom of the stack frame, which is extended from PHYS_BASE to accommodate arguments and pointers to that arguments. This implementation is now following calling convention, which is defined in pintos manual.
- Loading branch information
Showing
1 changed file
with
122 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters