Last change
on this file was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
575 bytes
|
Rev | Line | |
---|
[e16e8f2] | 1 | ; |
---|
| 2 | ; Modules common to all derivatives. Do not include modules in this list |
---|
| 3 | ; which have special section requirements (i.e. need to be in .init for |
---|
| 4 | ; some derivatives.) |
---|
| 5 | ; |
---|
| 6 | |
---|
| 7 | %include "pm.inc" ; Protected mode |
---|
| 8 | %include "bcopy32.inc" ; 32-bit bcopy |
---|
| 9 | %include "strcpy.inc" ; strcpy() |
---|
| 10 | %include "adv.inc" ; Auxillary Data Vector |
---|
| 11 | %include "timer.inc" ; Timer handling |
---|
| 12 | |
---|
| 13 | ; Note: the prefix section is included late, to avoid problems with some |
---|
| 14 | ; versions of NASM that had issues with forward references to EQU symbols. |
---|
| 15 | %include "prefix.inc" ; Prefix section for prepcore |
---|
Note: See
TracBrowser
for help on using the repository browser.