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-28665-2608131
OSKernel2024-MikuOS-1361
Commits
fb3b3f8d
Commit
fb3b3f8d
authored
7 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
fix: gdb
parent
a7fa857e
timer
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/Makefile
+2
-2
kernel/Makefile
with
2 additions
and
2 deletions
+2
-2
kernel/Makefile
+
2
−
2
View file @
fb3b3f8d
...
...
@@ -16,7 +16,7 @@ QEMU_FLAGS := -machine virt \
-device
loader,file
=
$(
TARGET
)
,addr
=
$(
ADDR
)
\
-nographic
GDB
:=
r
ust
-gdb
GDB
:=
r
iscv64-elf
-gdb
GDB_FLAGS
:=
-ex
"file
$(
TARGET
)
"
\
-ex
"target remote :1234"
\
-ex
"set arch riscv:rv64"
\
...
...
@@ -41,4 +41,4 @@ clean:
@$(
CARGO
)
clean
%
:
@$(
CARGO
)
$@
$(
CARGO_FLAGS
)
\ No newline at end of file
@$(
CARGO
)
$@
$(
CARGO_FLAGS
)
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