Skip to content

Commit

Permalink
Merge pull request #193 from smstong/patch-1
Browse files Browse the repository at this point in the history
Delete duplicated words.
  • Loading branch information
angrave authored Dec 18, 2023
2 parents f9043da + bb9c4e1 commit 23978eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/background.tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ \subsection{Interrupts}
Applications can also send signals to the kernel and to the hardware as well.
This is an oversimplification because there are certain hardware faults that can't be ignored or masked away, but this class isn't about teaching you to build an operating system.

An important application of this is this is how system calls are served!
An important application of this is how system calls are served!
There is a well-established set of registers that the arguments go in according to the kernel as well as a system call ``number'' again defined by the kernel.
Then the operating system triggers an interrupt which the kernel catches and serves the system call \cite{garg_2006}.

Expand Down

0 comments on commit 23978eb

Please sign in to comment.