view os9/level2/init.asm @ 9:cb7aa75418b8

mmu and io
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 05 Jul 2018 16:00:19 +0900
parents 96a067cf4c4f
children ce7323f9b937
line wrap: on
line source

* OS9 standard init modul.
         nam   Init
         ttl   os9 system module

         ifp1
         use   os9defs
         endc
null     set   $0000
tylg     set   Systm+$00
atrv     set   ReEnt+rev
rev      set   $01
         mod   eom,initnam,tylg,atrv
         fcb   7
         fdb   $b800
         fcb   $0C
         fcb   $0C
         fdb   sysgo
         fdb   null      system device (sysdev)
         fdb   systerm
         fdb   null      bootstrap module (bootst)
initnam  fcs   "Init"
sysgo    fcs   "SysGo"
sysdev   fcs   "/D0"
systerm  fcs   "/Term"
bootst   fcs   "Boot"
         emod
eom      equ   *