Mercurial > hg > Members > kono > nitros9-code
comparison level1/modules/init.asm @ 201:668388823050
Fixed headers to be consistent
author | boisy |
---|---|
date | Mon, 15 Jul 2002 03:52:49 +0000 |
parents | 6641a883d6b0 |
children | c863af5b4ea1 |
comparison
equal
deleted
inserted
replaced
200:e9ce43cc215e | 201:668388823050 |
---|---|
3 * | 3 * |
4 * $Id$ | 4 * $Id$ |
5 * | 5 * |
6 * Ed. Comments Who YY/MM/DD | 6 * Ed. Comments Who YY/MM/DD |
7 * ------------------------------------------------------------------ | 7 * ------------------------------------------------------------------ |
8 * 83 Tandy/Microware original version | 8 * From Tandy OS-9 Level One VR 02.00.00 |
9 | 9 |
10 nam Init | 10 nam Init |
11 ttl OS-9 Level One V2 Configuration module | 11 ttl OS-9 Level One V2 Configuration module |
12 | 12 |
13 ifp1 | 13 ifp1 |
32 fdb DefBoot offset to boot module name | 32 fdb DefBoot offset to boot module name |
33 | 33 |
34 name fcs "Init" | 34 name fcs "Init" |
35 | 35 |
36 DefProg fcs "SysGo" | 36 DefProg fcs "SysGo" |
37 DefDev fcs "/D0" | 37 DefDev fcs "/DD" |
38 DefCons fcs "/Term" | 38 DefCons fcs "/Term" |
39 DefBoot fcs "Boot" | 39 DefBoot fcs "Boot" |
40 | 40 |
41 emod | 41 emod |
42 eom equ * | 42 eom equ * |