source:
branches/minix3-book/kernel/klib.s
| Last change on this file was 4, checked in by , 15 years ago | |
|---|---|
| File size: 177 bytes | |
| Line | |
|---|---|
| 1 | # |
| 2 | ! Chooses between the 8086 and 386 versions of the low level kernel code. |
| 3 | |
| 4 | #include <minix/config.h> |
| 5 | #if _WORD_SIZE == 2 |
| 6 | #include "klib88.s" |
| 7 | #else |
| 8 | #include "klib386.s" |
| 9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.