annotate os9/level1/cmds/defsfile @ 191:d0f5894e9b3a default tip

some how load: confilicts in gmake
author kono
date Thu, 07 Dec 2023 09:37:15 +0900
parents 91447c3ccd58
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
1 * Main defsfile for OS-9 Level One V2
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
2 *
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
3 *
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
4 * OS-9 Level and Version equates
94
f20bf9874697 fix os9 dir
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 57
diff changeset
5 Level equ 1
34
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
6 OS9Vrsn equ 1
33
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
7 OS9Major equ 0
34
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
8 OS9Minor equ 1
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
9 NOS9VER equ OS9Vrsn
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
10 NOS9MAJ equ OS9Major
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
11 NOS9MIN equ OS9Minor
2032755628dc fix for nitros9
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 33
diff changeset
12
96
6ff8754c9749 fix for sbc09 os9 level1
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 94
diff changeset
13 CHECK_FOR_VALID_RAM equ 1
6ff8754c9749 fix for sbc09 os9 level1
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 94
diff changeset
14
41
0d570c55ebd4 fix for hg cloned nistros 9 code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
15 use ../../nitros9-code/defs/coco.d
0d570c55ebd4 fix for hg cloned nistros 9 code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
16 use ../../nitros9-code/defs/os9.d
0d570c55ebd4 fix for hg cloned nistros 9 code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
17 use ../../nitros9-code/defs/scf.d
0d570c55ebd4 fix for hg cloned nistros 9 code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
18 use ../../nitros9-code/defs/rbf.d
33
7c5379eb406e nitors9 version
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 31
diff changeset
19