commit | 308537650feeabcd953283e828cf7f51495c11c5 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jan 17 18:49:20 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jan 17 18:49:20 2009 -0500 |
tree | c4cfb8b1e44679ac41abe68e25071a549a41c329 | |
parent | 095e89bc0b9238ae88383484ca006a3e7af873ad [diff] |
Move variables from assembler to C code. Define macro VAR16FIXED for declaring a variable at a fixed location. Introduce new file src/misc.c, and move non int15 calls from system.c to it. Implement all fixed location variables in C code. Move IDT/GDT defs to misc.c. Remove unused gdt entry 1.