source:
branches/minix3-book/kernel/mpx.s@
20
Last change on this file since 20 was 4, checked in by , 14 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | # |
2 | ! Chooses between the 8086 and 386 versions of the Minix startup code. | |
3 | ||
4 | #include <minix/config.h> | |
5 | #if _WORD_SIZE == 2 | |
6 | #include "mpx88.s" | |
7 | #else | |
8 | #include "mpx386.s" | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.