Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osy.pages.fel.cvut.cz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
osy
osy.pages.fel.cvut.cz
Commits
803edbed
Commit
803edbed
authored
2 years ago
by
Matěj Kafka
Browse files
Options
Downloads
Patches
Plain Diff
nova: Makefile: Add $(QEMU_FLAGS) variable
parent
76c49df1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#56965
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nova/Makefile
+5
-3
5 additions, 3 deletions
nova/Makefile
with
5 additions
and
3 deletions
nova/Makefile
+
5
−
3
View file @
803edbed
...
...
@@ -2,19 +2,21 @@
du debug-user dk debug-kernel cl clean cla cleanall hw10 hw11 hw12
QEMU
=
qemu-system-i386
# use this variable to pass custom flags to QEMU
QEMU_FLAGS
?=
c compile
:
make
-C
user
make
-C
kern/build
r run
:
$(
QEMU
)
-serial
stdio
-kernel
kern/build/hypervisor
-initrd
user/hello
$(
QEMU
)
-serial
stdio
-kernel
kern/build/hypervisor
-initrd
user/hello
$(
QEMU_FLAGS
)
rd run-debug
:
$(
QEMU
)
-serial
stdio
-kernel
kern/build/hypervisor
-initrd
user/hello
-s
-S
$(
QEMU
)
-serial
stdio
-kernel
kern/build/hypervisor
-initrd
user/hello
-s
-S
$(
QEMU_FLAGS
)
rd2 run-debug2
:
$(
QEMU
)
-nographic
-kernel
kern/build/hypervisor
-initrd
user/hello
-s
-S
$(
QEMU
)
-nographic
-kernel
kern/build/hypervisor
-initrd
user/hello
-s
-S
$(
QEMU_FLAGS
)
du debug-user
:
gdb
-ex
'target remote :1234'
-ex
'break main'
-ex
'continue'
user/hello
...
...
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