Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
AstatineAi committed Mar 6, 2024
1 parent ff9472d commit d44a725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lecture_note/docs/lec0.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pintos --qemu -- run alarm-multiple

能跑就是基本成功.

`pintos/src/threads` 下:
`pintos/src/threads/build/` 下:

```
make check
Expand All @@ -106,7 +106,7 @@ make check

## 使用 gdb 进行 debug

开启两个终端, 第一个在 `pintos/src/threads/build/``qemu --gdb -- run yourTest`
开启两个终端, 第一个在 `pintos/src/threads/build/``pintos --qemu --gdb -- run testName`

`pintos/src/threads/build/``pintos-gdb`

Expand Down

0 comments on commit d44a725

Please sign in to comment.