Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pintos_Group13
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m2-almarri
Pintos_Group13
Commits
89e7d609
Commit
89e7d609
authored
1 year ago
by
y2-binyahya
Browse files
Options
Downloads
Patches
Plain Diff
tokenization add on for stack managemnt
parent
a3783424
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/userprog/process.c
+7
-0
7 additions, 0 deletions
src/userprog/process.c
with
7 additions
and
0 deletions
src/userprog/process.c
+
7
−
0
View file @
89e7d609
...
@@ -66,7 +66,14 @@ process_execute (const char *file_name)
...
@@ -66,7 +66,14 @@ process_execute (const char *file_name)
// tokenisation code Mohamed2 Almarri (m2-almarri)
// tokenisation code Mohamed2 Almarri (m2-almarri)
/* team members should handle these data and prepare it for task 2 in arguments passing */
/* team members should handle these data and prepare it for task 2 in arguments passing */
file_name
=
file_name_extracted
;
//assign the extracted filename to the original var to be passed.
//prints out to check the args
printf
(
"filename: %s
\n
"
,
filename
);
printf
(
"args1: %s
\n
"
,
args1
);
printf
(
"args2: %s
\n
"
,
args2
);
printf
(
"args3: %s
\n
"
,
args3
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment