Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
OSKernel2024-GUCyes-1808
Commits
b58e7d87
Commit
b58e7d87
authored
1 year ago
by
FlashLizard
Browse files
Options
Download
Plain Diff
Merge branch 'main' of github.com:minicago/DagasOS
parents
48efd75c
9cb23063
main
testxiji
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-2
Makefile
with
8 additions
and
2 deletions
+8
-2
Makefile
+
8
−
2
View file @
b58e7d87
...
...
@@ -98,7 +98,6 @@ sdcard: user
QEMU
=
qemu-system-riscv64
QEMUBIOS
=
sbi-qemu
QEMUOPTS
=
-machine
virt
-bios
$(
QEMUBIOS
)
-kernel
kernel-qemu
-m
128M
-smp
$(
CPUS
)
-nographic
# QEMUOPTS += -global virtio-mmio.force-legacy=false
...
...
@@ -136,4 +135,11 @@ clean :
rm
-rf
build/
*
\
sdcard.img
\
kernel-qemu
\
sbi-qemu
\ No newline at end of file
sbi-qemu
xiji
:
all
qemu-system-riscv64
-machine
virt
-kernel
kernel-qemu
\
-m
128M
-nographic
-smp
2
-bios
sbi-qemu
\
-drive
file
=
sdcard.img,if
=
none,format
=
raw,id
=
x0
\
-device
virtio-blk-device,drive
=
x0,bus
=
virtio-mmio-bus.0
\
-device
virtio-net-device,netdev
=
net
-netdev
user,id
=
net
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets