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
Armillon Damien
xv6-riscv-tp
Commits
f80e1351
Commit
f80e1351
authored
Apr 29, 2021
by
Wilke Pierre
Browse files
moins de ports exposés
parent
a8fa8623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f80e1351
...
@@ -188,7 +188,7 @@ docker-qemu:
...
@@ -188,7 +188,7 @@ 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-qemu-gdb
:
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-p
2
5
000-26
5
00:2
5
000-26
5
00
-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
2
6
000-2600
3
:2
6
000-2600
3
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu-gdb
${MAKEFLAGS}
##
##
## FOR submitting lab solutions
## 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