Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XV6_Kalyanr
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Parthasarathy Kalyan R Echambadi
XV6_Kalyanr
Commits
407ce39a
Commit
407ce39a
authored
8 years ago
by
Xi Wang
Browse files
Options
Downloads
Patches
Plain Diff
make CPUS 1
parent
dd7a6891
Branches
uthread
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
407ce39a
...
...
@@ -214,7 +214,7 @@ QEMUGDB = $(shell if $(QEMU) -help | grep -q '^-gdb'; \
then
echo
"-gdb tcp::
$(
GDBPORT
)
"
;
\
else
echo
"-s -p
$(
GDBPORT
)
"
;
fi
)
ifndef
CPUS
CPUS
:=
2
CPUS
:=
1
endif
QEMUOPTS
=
-drive
file
=
fs.img,index
=
1,media
=
disk,format
=
raw
-drive
file
=
xv6.img,index
=
0,media
=
disk,format
=
raw
-smp
$(
CPUS
)
-m
512
$(
QEMUEXTRA
)
...
...
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