Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cidre-public
Systemes d exploitation
xv6-riscv-tp
Commits
0f813a57
Commit
0f813a57
authored
May 03, 2021
by
Wilke Pierre
Browse files
compatibilité avec MacOS
parent
74bf3bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0f813a57
...
...
@@ -185,10 +185,10 @@ qemu-gdb: $K/kernel .gdbinit fs.img
$(QEMU)
$(QEMUOPTS)
-S
$(QEMUGDB)
docker-qemu
:
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu
${MAKEFLAGS}
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-v
"
$(
shell
pwd
)
"
:/data
-it
pwilke/os-infosec
make
qemu
${MAKEFLAGS}
docker-qemu-gdb
:
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-p
26000-26003:26000-26003
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu-gdb
${MAKEFLAGS}
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-p
26000-26003:26000-26003
-v
"
$(
shell
pwd
)
"
:/data
-it
pwilke/os-infosec
make
qemu-gdb
${MAKEFLAGS}
##
## FOR submitting lab solutions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment