; default settings for various options ; override them in the application specific ; control file. Do not edit this file. ; enable interrupt support. Still WiP thus disabled by default .set WANT_INTERRUPTS = 0 ; end of customization option ; header links .set link = 0 .set envlink = 0 .include "device.asm" .include "compat.inc" .include "user.inc"