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 16