diff options
| author | Frans Kaashoek <kaashoek@mit.edu> | 2018-10-10 21:50:58 -0400 | 
|---|---|---|
| committer | Frans Kaashoek <kaashoek@mit.edu> | 2018-10-10 21:50:58 -0400 | 
| commit | 0f90388c893d1924e89e2e4d2187eda0004e9d73 (patch) | |
| tree | 843b7d98dc2587e359cb0b585c4c4c7736d912c7 | |
| parent | a7ca32e3a3ec2d3c1947a06fbcde0f779b0b1fec (diff) | |
| download | xv6-labs-0f90388c893d1924e89e2e4d2187eda0004e9d73.tar.gz xv6-labs-0f90388c893d1924e89e2e4d2187eda0004e9d73.tar.bz2 xv6-labs-0f90388c893d1924e89e2e4d2187eda0004e9d73.zip | |
No T_SYSCALL
| -rw-r--r-- | traps.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| @@ -22,9 +22,6 @@  #define T_MCHK          18      // machine check  #define T_SIMDERR       19      // SIMD floating point error -// These are arbitrarily chosen, but with care not to overlap -// processor defined exceptions or interrupt vectors. -#define T_SYSCALL       64      // system call  #define T_DEFAULT      500      // catchall  #define T_IRQ0          32      // IRQ 0 corresponds to int T_IRQ | 
