Skip to content
  • Frode Vatvedt Fjeld's avatar
    Changed the way the interrupt-descriptor-table is generated. Now, the · 3db42aed
    Frode Vatvedt Fjeld authored
    host/build-time value is a vector whose elements are names of
    primitive-functions that act as interrupt trampolines. Each such
    trampoline (ie. at present only muerte:default-interrupt-trampoline)
    at position x in the table must define an (integer) assembly-level
    label x, which will become the entry-point of that interrupt-gate.
    3db42aed