Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#30] Setting up esp value as PHYS_BASE - 12 #33

Merged
merged 2 commits into from
Apr 2, 2017
Merged

[#30] Setting up esp value as PHYS_BASE - 12 #33

merged 2 commits into from
Apr 2, 2017

Conversation

Lment
Copy link
Contributor

@Lment Lment commented Apr 2, 2017

Setting up esp value as PHYS_BASE -12, as described in Pintos manual.

@Lment Lment requested a review from hangpark April 2, 2017 13:28
@Lment Lment self-assigned this Apr 2, 2017
@Lment Lment added the bug label Apr 2, 2017
@Lment Lment added this to the Project #2 milestone Apr 2, 2017
@@ -437,7 +437,7 @@ setup_stack (void **esp)
{
success = install_page (((uint8_t *) PHYS_BASE) - PGSIZE, kpage, true);
if (success)
*esp = PHYS_BASE;
*esp = PHYS_BASE - 12;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment right side of the code as Temporary measure.

hangpark and others added 2 commits April 2, 2017 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants