mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-04-15 02:49:45 +08:00
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
---- IOPL Matches (2 in 2 files) ----
|
|
env_create in env.c (kern) : newenv->env_tf.tf_eflags |= IOPL
|
|
syscall.c (kern) line 134 : // protection level 3 (CPL 3), interrupts enabled, and IOPL of 0.
|