Skip to content

Commit

Permalink
wip(lab/3): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jan 28, 2024
1 parent 0318149 commit 2ea18ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy on GitHub Pages
on:
workflow_dispatch:
push:
branches: ["main"]
branches: ["main", "lab/*"]
paths: ["docs/**"]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion docs/labs/0x03/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

而在进行进程切换时,通常还需要保存和恢复更多的上下文,这些内容主要包括通用寄存器和浮点寄存器。为了简化实现,实验在编译架构选项中禁用了浮点寄存器,因此只需要保存和恢复通用寄存器即可。

??? question "所有通用寄存器都需要保存吗?"
!!! question "所有通用寄存器都需要保存吗?"

如果完全按照调用约定,并不是全部寄存器都应当在中断发生和进程切换时被保存。

Expand Down

0 comments on commit 2ea18ad

Please sign in to comment.