트랩,trap

Difference between r1.3 and the current

@@ -6,7 +6,7 @@

[[Date(2023-08-16T21:05:49)]] Ggl:"인터럽트 트랩" 해보니 interrupt/[[예외,exception]]/[[트랩,trap]] 셋을 비교해놓은 게 많이 보임

"In RISC-V, a trap is a general term that encompasses both exceptions and interrupts" via https://github.com/snu-csl/os-pa2
"In RISC-V, a '''trap''' is a general term that encompasses both exceptions and interrupts" via https://github.com/snu-csl/os-pa2

----
https://foldoc.org/trap


비슷한개념,MKL,CMP:
인터럽트,interrupt
(we)"interrupt (sometimes referred to as a trap)" 즉 인터럽트를 가끔 트랩이라 부른다는 것.

2023-08-17 Ggl:인터럽트 트랩 해보니 interrupt/예외,exception/트랩,trap 셋을 비교해놓은 게 많이 보임

"In RISC-V, a trap is a general term that encompasses both exceptions and interrupts" via https://github.com/snu-csl/os-pa2