Skip to content

Commit

Permalink
fix: update tasks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker authored Jan 19, 2024
1 parent 8701e24 commit 5f765a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labs/0x02/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ static int init_serial() {

// ...

outb(PORT + 1, 0x00); // Enable interrupts
outb(PORT + 1, 0x01); // Enable interrupts
return 0;
}
```
Expand Down

0 comments on commit 5f765a6

Please sign in to comment.