TEXT   87
Load
Guest on 11th July 2022 07:31:24 PM


  1. OSCODE 0x8000 0x1000 {
  2.     SCHED 0x8000 {   ;list modules for this region here as <module>.o
  3.       sched.o (Sched, +FIRST)
  4.       irq.o (IRQ_setup)
  5.       timer.o (Timer)
  6.       prot.o (Prot_unit)
  7.       swi.o (swi)
  8.    }
  9. }
  10. USER 0x10000 0x1000{ ; default load region
  11.     RAM 0x10000 {
  12.       *.o
  13.     }
  14. }

Raw Paste

Login or Register to edit or fork this paste. It's free.