annotate ChangeLog @ 2797:be0c9c15f08a lwtools-port

Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools. Updated level1/modules/ddiskdesc.asm so that if default values are not given by assembler define command statement then definitions are set to a default value. Updated level1/modules/rb1773desc.asm so that if default values are not given by assembler define command statement then definitions are set to a default value.
author drencor-xeen
date Mon, 28 Jan 2013 13:12:14 -0600
parents fb494c32bd68
children b70d93f8d7ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
1 NitrOS-9 V3.2.9:
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
2
2770
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
3 ----------------------------------------------------------
2795
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
4 2013/01/28 David Ladd
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
5 M ChangeLog
2797
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
6 M level1/modules/ddiskdesc.asm
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
7 M level1/modules/dwdesc.asm
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
8 M level1/modules/rb1773desc.asm
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
9 M level1/modules/scdwvdesc.asm
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
10
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
11 Updated level1/modules/ddiskdesc.asm so that if default
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
12 values are not given by assembler define command statement
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
13 then definitions are set to a default value.
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
14
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
15 Updated level1/modules/rb1773desc.asm so that if default
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
16 values are not given by assembler define command statement
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
17 then definitions are set to a default value.
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
18
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
19 ----------------------------------------------------------
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
20 2013/01/28 David Ladd
be0c9c15f08a Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools.
drencor-xeen
parents: 2796
diff changeset
21 M ChangeLog
2795
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
22 M level2/coco3/bootfiles/makefile
2796
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
23 M level2/coco3/makefile
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
24
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
25 Updated level2/coco3/bootfiles/makefile to create bootfiles
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
26 for headless becker and headless arduino.
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
27
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
28 Updated level2/coco3/makefile to create boot disk images
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
29 for headless becker and headless arduino.
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
30
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
31 ----------------------------------------------------------
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
32 2013/01/28 David Ladd
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
33 M ChangeLog
fb494c32bd68 Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents: 2795
diff changeset
34 M level2/coco3/bootfiles/makefile
2795
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
35
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
36 Updated level2/coco3/bootfiles/makefile so that the becker
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
37 os9boot file has ddx0.dd rather then ddd0.dd.
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
38
7b1ec1a7a288 Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents: 2791
diff changeset
39 ----------------------------------------------------------
2786
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
40 2013/01/27 David Ladd
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
41 M ChangeLog
2791
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
42 M level2/coco3/cmds/makefile
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
43
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
44 Updated level2/coco3/cmds/makefile to detect for H6309
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
45 and if set use the sys6309l2.a lib file otherwise
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
46 use sys6809l2.a lib file.
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
47
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
48 ----------------------------------------------------------
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
49 2013/01/27 David Ladd
0df4a4590bc6 Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
drencor-xeen
parents: 2786
diff changeset
50 M ChangeLog
2786
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
51 M level1/coco1/bootfiles/makefile
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
52 M level1/coco1/modules/makefile
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
53
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
54 Updated level1/coco1/modules/makefile so that boot_dw_coco1
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
55 and dwio_coco1.sb get created.
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
56
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
57 Updated level1/coco1/bootfiles/makefile added detection of
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
58 PORT status so if coco1 is detected then dwio_coco1.sb and
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
59 boot_dw_coco1 are used in place of dwio.sb and boot_dw.
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
60
e333ec1907ef Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
drencor-xeen
parents: 2781
diff changeset
61 ----------------------------------------------------------
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
62 2013/01/26 David Ladd
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
63 M ChangeLog
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
64 M level1/coco1/bootfiles/makefile
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
65 M level1/coco1/makefile
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
66 M level1/coco1/modules/makefile
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
67
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
68 Updated level1/coco1/bootfiles/makefile to create becker &
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
69 arduino boot and kernel files.
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
70
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
71 Updated level1/coco1/makefile to create becker & arduino
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
72 boot disks for use with drivewire server.
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
73
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
74 Updated level1/coco1/modules/makefile to create becker &
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
75 arduino dwio sb files.
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
76
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2780
diff changeset
77 ----------------------------------------------------------
2780
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
78 2013/01/25 David Ladd
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
79 M 3rdparty/packages/sierra/kingsquest2/makefile
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
80 M ChangeLog
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
81 M level2/coco3/makefile
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
82
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
83 Updated "3rdparty/packages/sierra/kingsquest2/makefile" to
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
84 fix issue with not using the correct dwio.sb and
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
85 dwio_becker.sb.
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
86
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
87 In "level2/coco3/makefile" updated from
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
88 "LDSKBECKER = $(DISTRONAME)_80d_becker.dsk" to
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
89 "LDSKBECKER = $(DISTRONAME)_becker.dsk"
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
90 since the becker boot disks are for use in the drivewire
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
91 server and those are not double sided disks.
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
92
7bbf59fa99aa Updated two makefile(s) for correct .sb usage and disk name.
drencor-xeen
parents: 2774
diff changeset
93 ----------------------------------------------------------
2774
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
94 2013/01/23 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
95 M 3rdparty/utils/view/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
96 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
97 M level1/modules/dwread.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
98 M level1/modules/dwwrite.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
99
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
100 Corrected a ENDC that was in the incorrect location in
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
101 dwread.asm and dwwrite.asm also moved the 6309 native code
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
102 into the H6309 section and changed the IFEQ H6309 to IFNE H6309
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
103 so the code would get correctly loaded. Moved the 57600 6809
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
104 code to the default location as it was in the old dwread.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
105 and dwwrite.asm before these files got overwritten by the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
106 dwread.asm and dwwrite.asm from HDBDOS project.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
107
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
108 Also did some updates to the 3rdparty/utils/view/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
109 but this file is not done yet to try to fix all the problems
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
110 with it.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
111
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
112 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
113 2013/01/18 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
114 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
115 M level2/coco3/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
116 M level2/coco3_6309/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
117
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
118 Robert Gault found a problem with building the NitrOS-9
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
119 project from MinGW related to the level2/coco3_6309/cmds/
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
120 makefile not including level2/coco3/cmds/makefile_common
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
121 correctly. Changed the include line to use $(CC368L2)/cmds/
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
122 makefile_common in both level2/coco3/cmds/makefile and
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
123 level2/coco3_6309/cmds/makefile . This should help with
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
124 this problem.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
125
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
126 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
127 2013/01/17 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
128 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
129 M 3rdparty/packages/pacos9/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
130
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
131 Updated 3rdparty/packages/pacos9/makefile to use the newer
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
132 sys.l file. Changed the lib file to sys6809l2.l from sys.l
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
133
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
134 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
135 2013/01/17 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
136 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
137 M level2/coco3/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
138 M level2/coco3_6309/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
139 A level2/coco3/cmds/makefile_common
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
140
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
141 Thanks to Bill P. for finding that the commands in
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
142 level2/coco3/cmds were being linked with sys6809l1.l when
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
143 they should have been being linked with sys6809l2.l .
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
144 Also found that the level2/coco3_6309/cmds were also
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
145 using the makefile from the level2/coco3/cmds so that
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
146 section was also using the sys6809l1.l for linking.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
147
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
148 Renamed level2/coco3/cmds/makefile to makefile_common then
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
149 created a new makefile which calls makefile_common then
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
150 does a LFLAGS += -l=$(NITROS9DIR)/lib/sys6809l2.l
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
151 and then removed the -l=$(NITROS9DIR)/lib/sys6809l1.l from
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
152 the makefile_common.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
153
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
154 Then updated the level2/coco3_6309/makefile to include
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
155 level2/coco3/cmds/makefile_common rather than makefile.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
156 Then added to level2/coco3_6309/makefile the new line
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
157 LFLAGS += -l=$(NITROS9DIR)/lib/sys6309l2.l
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
158 and should fix any lose ends there.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
159
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
160 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
161 2013/01/17 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
162 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
163 M rules.mak
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
164
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
165 Updated the rules.mak so that all os9 format commands will
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
166 format the entire disk image. This was done to fix some
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
167 issues that some people were having.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
168
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
169 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
170 2013/01/16 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
171 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
172 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
173
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
174 Updated main makefile so that "dw3" and "becker" sections
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
175 use dependency "dsk" so that disk images are created before
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
176 the archives are created.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
177
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
178 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
179 2013/01/16 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
180 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
181 M 3rdparty/packages/arcadepak/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
182 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
183
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
184 Updated makefile for the arcadepak to now create DW3 &
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
185 BECKER boot disks.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
186
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
187 Added new make option to the main makefile. New option
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
188 is "make nightlytest" This option uses environment
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
189 variables called TESTSSHSERVER and TESTSSHDIR. This will
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
190 allow testing of the nightly upload to a host ssh server
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
191 of your choice as well as folder(s) on that account of
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
192 your choice. This was added strictly for testing use.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
193
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
194 Also added a check to the makefile at the nightly section
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
195 if the user does not have the environment variable
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
196 SOURCEUSER set then it will echo a responce saying that
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
197 the user needs to set this environment variable before
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
198 using this option.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
199
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
200 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
201 2013/01/16 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
202 M 3rdparty/packages/arcadepak/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
203 M 3rdparty/packages/arcadepak/smash/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
204 M 3rdparty/packages/arcadepak/thexder/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
205 M 3rdparty/packages/cc/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
206 M 3rdparty/packages/sierra/blackcauldron/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
207 M 3rdparty/packages/sierra/christmas86/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
208 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
209 A 3rdparty/packages/arcadepak/smash/empty_smash.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
210 A 3rdparty/packages/arcadepak/thexder/empty_thexder.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
211
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
212 Found a problem with with the makefile related to the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
213 arcadepak not building from the chained make. Found the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
214 "--no-print-directory" was missing from the make statement
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
215 to get the filenames for the sub folders. Also found empty
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
216 labels so created a empty_smash.txt and a empty_thexder.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
217 to correct for odd errors when dealing with the empty labels.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
218
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
219 Corrected blackcauldron and christmas86 makefile(s) related
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
220 to disk creation. Found that tocgen was being removed by
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
221 some of the disk image sections. This has been corrected.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
222
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
223 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
224 2013/01/16 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
225 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
226 M 3rdparty/packages/arcadepak/shanghai/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
227 M 3rdparty/packages/arcadepak/smash/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
228 M 3rdparty/packages/arcadepak/thexder/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
229
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
230 Found 3 more makefile(s) that needed the code added for the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
231 checking to see if NITROS9DIR was set or not. Corrected.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
232
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
233 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
234 2013/01/15 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
235 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
236 M 3rdparty/utils/aaw/mkdskindex
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
237
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
238 Updated mkdskindex to state that the becker disks are a
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
239 DriveWire 3/4 server disk image rather than a normal
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
240 disk image for the index.html creation.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
241
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
242 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
243 2013/01/15 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
244 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
245 M 3rdparty/packages/subsim/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
246
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
247 Found a problem in the makefile for subsim. When using a
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
248 "make dskcopy", make would try to copy the disk images even
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
249 if they did not exist. Found that the depend "dsk" was not
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
250 in the dskcopy section like all the other makefile(s).
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
251 Corrected and tested and the disk images are now being
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
252 created when you do a "make dskcopy".
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
253
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
254 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
255 2013/01/14 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
256 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
257 M 3rdparty/booters/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
258 M 3rdparty/customboots/boisy/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
259 M 3rdparty/drivers/burke/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
260 M 3rdparty/drivers/disto/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
261 M 3rdparty/drivers/emudsk/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
262 M 3rdparty/drivers/ide/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
263 M 3rdparty/drivers/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
264 M 3rdparty/drivers/mmc/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
265 M 3rdparty/drivers/s16550/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
266 M 3rdparty/drivers/sdisk/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
267 M 3rdparty/drivers/sdisk3/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
268 M 3rdparty/drivers/tccc/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
269 M 3rdparty/fmgrs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
270 M 3rdparty/fmgrs/msf/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
271 M 3rdparty/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
272 M 3rdparty/p2mods/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
273 M 3rdparty/p2mods/noice/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
274 M 3rdparty/packages/arcadepak/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
275 M 3rdparty/packages/basic09/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
276 M 3rdparty/packages/cc/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
277 M 3rdparty/packages/coyota/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
278 M 3rdparty/packages/deskmate3/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
279 M 3rdparty/packages/ed/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
280 M 3rdparty/packages/fsim2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
281 M 3rdparty/packages/koronis/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
282 M 3rdparty/packages/kyumgai/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
283 M 3rdparty/packages/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
284 M 3rdparty/packages/mm/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
285 M 3rdparty/packages/multivue/cmds_6309/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
286 M 3rdparty/packages/multivue/cmds_6809/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
287 M 3rdparty/packages/multivue/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
288 M 3rdparty/packages/os9l2bbs/6809l2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
289 M 3rdparty/packages/os9l2bbs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
290 M 3rdparty/packages/pacos9/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
291 M 3rdparty/packages/raakatu/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
292 M 3rdparty/packages/rof/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
293 M 3rdparty/packages/sierra/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
294 M 3rdparty/packages/subsim/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
295 M 3rdparty/packages/uemacs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
296 M 3rdparty/packages/uucpbb/cmds_6309/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
297 M 3rdparty/packages/uucpbb/cmds_6809/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
298 M 3rdparty/packages/uucpbb/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
299 M 3rdparty/packages/uucpbb/src/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
300 M 3rdparty/subrtns/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
301 M 3rdparty/utils/boisy/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
302 M 3rdparty/utils/dasm/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
303 M 3rdparty/utils/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
304 M 3rdparty/utils/smartwatch/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
305 M 3rdparty/utils/supercomm/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
306 M 3rdparty/utils/view/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
307 M 3rdparty/utils/winfo/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
308 M bootman/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
309 M level1/atari/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
310 M level1/atari/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
311 M level1/atari/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
312 M level1/atari/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
313 M level1/atari/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
314 M level1/atari/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
315 M level1/atari/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
316 M level1/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
317 M level1/coco/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
318 M level1/coco/bootroms/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
319 M level1/coco/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
320 M level1/coco/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
321 M level1/coco/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
322 M level1/coco/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
323 M level1/coco/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
324 M level1/coco/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
325 M level1/d64/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
326 M level1/d64/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
327 M level1/d64/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
328 M level1/d64/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
329 M level1/d64/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
330 M level1/d64/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
331 M level1/d64/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
332 M level1/dalpha/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
333 M level1/dalpha/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
334 M level1/dalpha/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
335 M level1/dalpha/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
336 M level1/dalpha/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
337 M level1/dalpha/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
338 M level1/dalpha/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
339 M level1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
340 M level1/tano/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
341 M level1/tano/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
342 M level1/tano/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
343 M level1/tano/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
344 M level1/tano/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
345 M level1/tano/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
346 M level1/tano/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
347 M level2/coco3/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
348 M level2/coco3/bootroms/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
349 M level2/coco3/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
350 M level2/coco3/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
351 M level2/coco3/makefile_common
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
352 M level2/coco3/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
353 M level2/coco3/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
354 M level2/coco3/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
355 M level2/coco3_6309/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
356 M level2/coco3_6309/bootroms/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
357 M level2/coco3_6309/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
358 M level2/coco3_6309/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
359 M level2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
360 M level2/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
361 M level3/coco3/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
362 M level3/coco3/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
363 M level3/coco3/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
364 M level3/coco3/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
365 M level3/coco3/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
366 M level3/coco3/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
367 M level3/coco3/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
368 M level3/coco3_6309/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
369 M level3/coco3_6309/cmds/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
370 M level3/coco3_6309/defs/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
371 M level3/coco3_6309/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
372 M level3/coco3_6309/modules/kernel/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
373 M level3/coco3_6309/modules/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
374 M level3/coco3_6309/sys/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
375 M lib/alib/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
376 M lib/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
377 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
378 M rules.mak
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
379
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
380 Updated makefiles to fix for incorrectly not finding the rules.mak file.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
381 When running make without the envirornment variable "NITROS9DIR" being set
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
382 you would get error's when building the project that "/rules.mak" could not
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
383 be found.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
384 This is because the code to set the envirornment variable "NITROS9DIR" is in
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
385 the rules.mak which can not be included because of the envirornment variable
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
386 not being set. To fix this I put the code needed to set this envirornment
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
387 variable before each include for the rules.mak.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
388
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
389 This change should not effect people who already have this envirornment
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
390 variable set before building the project.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
391
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
392 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
393 2013/01/12 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
394 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
395 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
396 M level2/coco3/makefile_common
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
397
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
398 Added option to main makefile to allow for "make becker" to create
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
399 a zip archive of the becker boot disks for use with drivewire4 server.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
400
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
401 Updated level2/coco3/makefile_common so that the disk image for coco3
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
402 and coco3_6309 becker images aren't referred to as a 80 track double sided
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
403 disk. Reason for this change is to reduce confusion as that the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
404 DriveWire4 server requires single sided disk images for the boot to work
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
405 from the HDBDOS "DOS" command.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
406
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
407 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
408 2013/01/10 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
409 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
410 M 3rdparty/packages/fsim2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
411 M 3rdparty/packages/koronis/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
412 M 3rdparty/packages/kyumgai/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
413 M 3rdparty/packages/multivue/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
414 M 3rdparty/packages/rof/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
415 M 3rdparty/packages/sierra/blackcauldron/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
416 M 3rdparty/packages/sierra/christmas86/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
417 M 3rdparty/packages/sierra/goldrush/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
418 M 3rdparty/packages/sierra/kingsquest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
419 M 3rdparty/packages/sierra/kingsquest2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
420 M 3rdparty/packages/sierra/kingsquest3/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
421 M 3rdparty/packages/sierra/kingsquest4/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
422 M 3rdparty/packages/sierra/leisuresuitlarry/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
423 M 3rdparty/packages/sierra/manhunter1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
424 M 3rdparty/packages/sierra/manhunter2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
425 M 3rdparty/packages/sierra/policequest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
426 M 3rdparty/packages/sierra/spacequest0/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
427 M 3rdparty/packages/sierra/spacequest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
428 M 3rdparty/packages/sierra/spacequest2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
429 M 3rdparty/packages/subsim/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
430
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
431 Updated some of the makefile(s) in 3rdparty/packages to bring the becker
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
432 boot disk images in line with naming style of the nos9l1/2 disk images.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
433 The becker disk images were being created with _dw3_becker.dsk where
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
434 they should have been created just with the _becker.dsk ending.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
435
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
436
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
437 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
438 2013/01/10 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
439 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
440 M level1/atari/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
441
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
442 Updated level1/atari/bootfiles/makefile so that bootfile_p1 & bootfile_p2
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
443 removed on a "make clean"
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
444
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
445 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
446 2013/01/10 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
447 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
448 M rules.mak
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
449
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
450 Updated rules.mak to increase compression of zip files to max.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
451
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
452 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
453 2013/01/10 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
454 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
455 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
456 M 3rdparty/packages/sierra/spacequest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
457 M 3rdparty/packages/sierra/spacequest2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
458 M 3rdparty/packages/subsim/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
459 M 3rdparty/packages/mm/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
460 M 3rdparty/packages/multivue/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
461 M 3rdparty/packages/rof/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
462
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
463 Updated makefile(s) for spacequest1, spacequest2, subsim, mm, multivue,
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
464 and rof so that becker boot disks, for use in drivewire4, are created.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
465
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
466
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
467 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
468 2013/01/09 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
469 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
470 M 3rdparty/packages/fsim2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
471 M 3rdparty/packages/kyumgai/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
472 M 3rdparty/packages/sierra/policequest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
473 M 3rdparty/packages/sierra/spacequest0/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
474
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
475 Changed makefile(s) for fsim2, kyumgai, policequest1, and spacequest0
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
476 so that becker boot disks for use with drivewire4 are created.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
477
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
478 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
479 2013/01/09 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
480 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
481 M 3rdparty/packages/sierra/kingsquest2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
482 M 3rdparty/packages/sierra/kingsquest3/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
483 M 3rdparty/packages/sierra/kingsquest4/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
484 M 3rdparty/packages/sierra/leisuresuitlarry/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
485 M 3rdparty/packages/sierra/manhunter1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
486 M 3rdparty/packages/sierra/manhunter1/tOC_80d.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
487 M 3rdparty/packages/sierra/manhunter2/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
488
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
489 Fixed tOC_80d.txt file related to manhunter1. The last line did not
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
490 have a return in it and was causing a segmentation fault when creating
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
491 the disk set.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
492
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
493 Changed makefile(s) for kingsquest2, kingsquest3, kingsquest4,
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
494 leisuresuitlarry, manhunter1, and manhunter2 so that becker
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
495 boot disks for use with drivewire4 are created.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
496
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
497 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
498 2013/01/09 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
499 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
500 M 3rdparty/packages/sierra/goldrush/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
501 A 3rdparty/packages/sierra/goldrush/tOC_dw3_becker.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
502 M 3rdparty/packages/sierra/kingsquest1/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
503
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
504 Added 3rdparty/packages/sierra/goldrush/tOC_dw3_becker.txt
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
505
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
506 Updated 3rdparty/packages/sierra/goldrush/makefile and
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
507 3rdparty/packages/sierra/kingsquest1/makefile to now also create
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
508 the becker disks for use with drivewire4 server.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
509
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
510 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
511 2013/01/09 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
512 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
513 M 3rdparty/packages/blackcauldron/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
514 M 3rdparty/packages/christmas86/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
515
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
516 Updated 3rdparty/packages/blackcauldron/makefile and
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
517 3rdparty/packages/christmas86/makefile to now also create
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
518 the becker disks for use with drivewire4 server.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
519
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
520 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
521 2013/01/09 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
522 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
523 M 3rdparty/packages/koronis/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
524
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
525 Updated 3rdparty/packages/koronis/makefile to create a becker boot
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
526 disk for use with drivewire4 server.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
527
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
528 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
529 2013/01/08 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
530 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
531 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
532 M rules.mak
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
533
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
534 Found that primary makefile was not compiling files in the "lib" folder.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
535 Created a NOSLIB label in rules.mak for the full path to "lib" folder.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
536 Replaced the "lib" folder name that was in primary makefile to use
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
537 the NOSLIB label to correct the problem with the makefile not branching
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
538 into the "lib" folder to compile its files"
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
539
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
540 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
541 2013/01/06 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
542 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
543 M level1/dalpha/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
544
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
545 Found that LDSKS label was missing from level1/dalpha/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
546 Corrected this oversite and tested.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
547
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
548 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
549 2013/01/06 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
550 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
551 M level1/modules/dwread.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
552 M level1/modules/dwwrite.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
553 M level1/modules/dw4read.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
554 M level1/modules/dw4write.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
555
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
556 Robert Gault found a problem related to the H6309-1 not always
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
557 functioning as expected. Changed dwread.asm, dwwrite.asm, dw4read.asm
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
558 dw4write.asm to reflect these needed changes and movement of code to
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
559 correct locations.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
560
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
561 In examining the dwwrite.asm source file found two sections of H6309-1 and
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
562 code that were the same. This might have been root problem of the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
563 compiling problems. Verified both sections of code were identical before
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
564 removing second copy.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
565
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
566 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
567 2013/01/05 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
568 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
569 M level1/coco/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
570 M level1/coco/bootfiles/makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
571
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
572 Added needed sections to makefile(s) to create a NOS9 L1 Beckeer
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
573 boot disk.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
574
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
575 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
576 2013/01/04 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
577 List of files changed
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
578 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
579 A scripts/burst
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
580
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
581 Got the burst script from Boisy that was needed for the web portal
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
582 on sourceforge. This script is located in the scripts folder. Please
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
583 keep in mind that you will need to have this burst script on your
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
584 sourceforge ssh server account to do the "make nightly".
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
585
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
586 ----------------------------------------------------------
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
587 2013/01/03 David Ladd
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
588 List of files changed
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
589 M ChangeLog
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
590 M makefile
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
591 M rules.mak
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
592
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
593 Changed the dw3 format information in the rules.mak to use a single
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
594 sided format rather than double sided. The double sided disk images
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
595 were preventing users booting off of the drivewire4 server using the
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
596 dw3 and becker boot disks.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
597
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
598 Also updated the makefile related to the nightly build to use a
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
599 environment variable rather than boisy's fixed username.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
600
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
601 At this time the upload of the zip file only works. Specific users ssh
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
602 account must have the burst script.
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
603
1868fbf470e7 Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5)
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2770
diff changeset
604 ----------------------------------------------------------
2770
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
605 2012/12/05 Robert Gualt
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
606 List of files changed
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
607 M ChangeLog
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
608 M level1/modules/kernel/krn.asm
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
609
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
610 Changed the GetMem rountine for Level1 krn. The routine compared
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
611 MaxMem against D.MLIM. This seemed to result in unwarranted loss
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
612 of memory and prevented at least one game, Interbank Incident, from running.
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
613 The comparison was removed resulting in an increase of available
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
614 memory. No problems have been noted.
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
615
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
616
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
617 ----------------------------------------------------------
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
618 2012/12/05 David Ladd
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
619 List of files changed since hg clone on 2012/12/05
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
620 M ChangeLog
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
621 M level1/coco/modules/makefile
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
622 M rules.mak
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
623
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
624 Changes that were made were to supress listing sources to standard
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
625 out while compiling project. This change was option "-l" in the rules.mak .
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
626
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
627 Change made to level1/coco/modules/makefile was to include adding
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
628 dw3_becker.sb and boot_dw3_becker to the level1 build for the CoCo.
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
629
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
630 ----------------------------------------------------------
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
631 2012/11/09 Gene Heskett
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
632 Boisy;
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
633 List of files changed since hg clone on 2012/11/03
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
634 M ChangeLog
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
635 M ReadMe
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
636 M defs/rbf.d
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
637 M defs/rbsuper.d
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
638 M defs/scsi.d
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
639 M level1/atari/cmds/fuji.asm
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
640 M level1/coco/modules/makefile
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
641 M level1/modules/boot_scsi.asm
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
642 M level1/modules/superdesc.asm
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
643 M level2/coco3/bootfiles/makefile
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
644 M level2/coco3/modules/makefile
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
645 M level2/coco3_6309/bootfiles/makefile
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
646 M level2/modules/joydrv_6551L.asm
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
647 M rules.mak
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
648
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
649 AFAICT it will now build bootable .dsk's for all coco's
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
650 Running fine on my coco3, and on Roberts Coco3
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
651
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
652 -----------------------------------------------------
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
653 With switch to mercurial (Gene Heskett notes, 2012/11/03)
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
654
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
655 Level 2 builld, run tested
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
656 - joydrv_6551L broken, boot failed, no clue why, code didn't change
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
657 Fixed now, works, 2012/11/07 GH
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
658
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
659 - All tc^3 drive descriptors broken, over write them in the .dsk's with known
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
660 good versions before doing a mb!
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
661
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
662 Level 1 atari build
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
663 - fuji stuff build failed, assembler syntax error
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
664 Fixed, builds but not run tested, I don't have a 6502 or Liber8 fitted atari
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
665
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
666 -----------------------------------------------------
bfe3de781ddf Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2251
diff changeset
667
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
668 Level 2 Only:
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
669 - joydrv_6551L, joydrv_6551M and joydrv_6552L now have their MPI slot
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
670 select bytes properly represented and should work.
2251
e53b8d577cca Fixed Level 2 RBF issue
boisy
parents: 2174
diff changeset
671 - A bug that caused RBF to write to the system globals area has been fixed.
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
672
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
673 ------------------------------------------------------
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
674
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
675 NitrOS-9 V3.2.8:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
676
2157
ebdf2424998e Updated
boisy
parents: 2150
diff changeset
677 - Basic09 and supporting modules are now included in the NitrOS-9 distribution.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
678 - A bug in os9gen which caused it to create fragmented bootfiles by default
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
679 has been fixed. os9gen defaults to creating non-fragmented bootfiles, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
680 the -e option must be used to create fragmented bootfiles.
2160
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
681 - The init module has been extended to include the version string that was
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
682 formerly in the Sysgo module. Sysgo has been modified to print this string
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
683 from the init module.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
684
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
685 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
686 - Device windows W8-W15 have been added to the distribution.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
687 - A bug which caused the system to crash during boot if grfdrv wasn't
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
688 in the CMDS directory has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
689
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
690 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
691
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
692 NitrOS-9 V3.2.6:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
693
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
694 - Support for booting from fragmented bootfiles has been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
695 - os9gen has been updated to allow the creation of fragmented bootfiles.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
696 - dir and mdir now have more robust support for various screen widths when
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
697 displaying data.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
698 - dir and attr now use the SS.FDInf getstat call to obtain a file's FD sector.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
699 - dsave now has -t and -n options.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
700 - A bug in format which affected 128MB partitions has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
701 - /D2 descriptor now part of standard bootfile.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
702
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
703 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
704 - rbf now supports the SS.FDInf GetStat call.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
705
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
706 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
707
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
708 NitrOS-9 V3.2.5:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
709
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
710 - rb1773 now properly saves/restores system's NMI vector, also updated to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
711 go into .89Mhz mode when formatting to get around a problem with some
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
712 CoCo 3's crashing during format.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
713 - An issue with formatting 3.5" 720K disks has been resolved.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
714
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
715 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
716 - Two new modules: CO51.io and term51.dt are available for 51x24 text
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
717 support on a graphics screen.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
718 - CO80.io and term80.dt are no longer included in the repository, as
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
719 there is no known supported hardware for these modules.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
720
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
721 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
722
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
723 NitrOS-9 V3.2.4:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
724
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
725 - Fixed several problems/mistakes in the V3.2.3 release.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
726
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
727 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
728
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
729 NitrOS-9 V3.2.3:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
730
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
731 - format has been enhanced to show more information about the disk being
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
732 formatted.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
733 - dirm has been removed from the commands list.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
734 - exmode has been renamed to xmode and replaces the original xmode command.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
735 - tmode now uses the new xmode format for parameters.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
736 - disasm has a new -s option which is used to specify the start and end
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
737 addresses to disassemble within a module.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
738 - RBF for Level 1 now supports SS.VarSect
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
739 - Bugs in the clock2_jvemu and clock2_smart modules have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
740
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
741 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
742
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
743 NitrOS-9 V3.2.2:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
744
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
745 - Two new clocks have been added for Jeff Vavasour's CoCo emulator and MESS:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
746 clock2_jvemu and clock2_messemu, respectively.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
747 - kernel and kernelp2 have been renamed to krn and krnp2 respectively.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
748 - cc3disk has been renamed to rb1773 and has been back-ported to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
749 NitrOS-9 Level 1. A bug in the verify routine has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
750 - Drivers for the Disto Super Controller II are now available as
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
751 rb1773_scii_ff74.dr and rb1773_scii_ff58.dr.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
752 - The copy command now has write verification with -v.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
753 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
754
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
755 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
756 - grfint.io now exists and can be used to replace windint.io in bootfiles where
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
757 Multi-Vue windowing functionality is not needed, in order to save system RAM.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
758 - Changes in scf and grfdrv have resulted in faster text screen performance under
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
759 NitrOS-9/6809 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
760 - A bug related to system memory allocation and DAT blocks has been fixed in krn.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
761 - ioman now properly unlinks a device descriptor at I$Detach time.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
762 - The pmap command has several bug fixes.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
763
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
764 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
765
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
766 NitrOS-9 V3.2.1 (May 14, 2004):
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
767
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
768 - Bugs in the mpi and megaread utilities have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
769
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
770 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
771 - CCDisk has been replaced by a more reliable version from Dave Lewis. Also,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
772 step rate codes now match that of NitrOS-9 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
773 - An assembler bug which generated incorrect code for Level 1
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
774 has been corrected, and new modules have been generated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
775
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
776 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
777
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
778 NitrOS-9 V3.2.1:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
779
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
780 - A minor bug in the unlink command has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
781 - The mpi and megaread utilities have been added to the CMDS directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
782 - The dmode utility has been updated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
783 - Several bugs in dsave's -b option have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
784 - sacia has been backported from Level 2 as sc6551.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
785
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
786 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
787 - Shell+ has been backported.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
788 - vrn has been backported and the nil descriptor now requires vrn.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
789 - nildrv has been removed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
790 - The F$PrsNam call has been fixed to allow 0-9 and _ as the first character
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
791 in a filename.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
792 - The cchdisk driver and descriptors are no longer in the distribution.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
793 - rs232.dr has been renamed to sio.dr to match the Level 2 driver name.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
794 - modpak.dr and aciapak.dr have been replaced by sc6551.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
795
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
796 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
797
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
798 NitrOS-9 V3.2.0:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
799
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
800 - A new utility, padrom, has been added to the standard commands.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
801 - Merge now supports -z to get a list of files from standard input.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
802 - The serial printer driver and Speech-Sound Pak driver have been back-ported
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
803 from Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
804 - Level 1 now has a REL module similar to Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
805 - The clock module has been divided into two modules: clock and clock2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
806 clock_60hz and clock_50hz support 60Hz and 50Hz power configurations.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
807 clock2 contains code specific to a real-time clock or software clock.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
808 - The faster PipeMan, Piper and Pipe have been back-ported from Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
809 - The MDir utility now shows proper module revision of 0 and other minor
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
810 improvements in extended output.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
811
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
812 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
813 - os9 and os9p2 have been renamed to kernel and kernelp2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
814
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
815 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
816 - SCF now utilizes the V$DRIVEX field in the device table, resulting in
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
817 faster calls to the driver and a reduction in code size.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
818 - ioman has undergone small optimizations to work better with the new
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
819 back-ported kernel.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
820 - keydrv and snddrv have been renamed to keydrv_cc3.sb and snddrv_cc3.sb,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
821 and all relevant bootlist files have been changed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
822 - CC3Go has been renamed to SysGo.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
823 - os9p1 and os9p2 have been renamed to kernel and kernelp2, and have
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
824 been back-ported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
825 - windint and grfdrv have been backported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
826 - sacia has been backported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
827 - VDGInt now works properly with 1MB and 2MB CoCo 3s.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
828
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
829 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
830
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
831 OS-9 V3.1.4:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
832
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
833 - asm is now at edition 8 and includes the following fixes/additions:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
834 o Symbols now allow underscores.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
835 o The "parens error" bug has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
836 o Added support for case-sensitive symbols with the U option flag.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
837 o Improved 4-digit year fix for date/time string.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
838 o Automatic conversion of tabs to spaces on input.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
839 - A bug accidentally introduced into os9gen related to boot track on
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
840 double-sided disks has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
841 - The directory structure of the Modules disk has been modified. All
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
842 modules and related files are now under the LEVEL1 directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
843 - There are now two versions of sysgo: sysgo_h0 which performs chd/chx
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
844 to /H0 on startup, and sysgo_dd which performs chd/chx to /DD on startup.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
845 - A compatibility issue with os9gen's -t option and OS-9 Level One
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
846 has been resolved.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
847
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
848 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
849 - rel has been back-ported from NitrOS-9 Level Two, adding 40 and 80
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
850 column boot screen options.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
851 - The MD descriptor has been added to the LEVEL2/MODULES/RBF directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
852
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
853 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
854
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
855 OS-9 V3.1.3:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
856
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
857 - The asm program now supports 6309 bitfield instructions.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
858 - The prompt command has been added to the standard command set.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
859 - os9gen now supports the -t= option which allows one to specify an
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
860 alternate boot track file.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
861 - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
862 The former contains bootlist files for building boot disks, while
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
863 the latter contains scripts to build boot disks.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
864 - There are now two booters for booting from a WD1773 based
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
865 floppy controller: boot_1773_6ms and boot_1773_30ms for
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
866 6 and 30 millisecond step rates.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
867 - The help utility has been enhanced to show help subjects if
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
868 forked without any command line parameters.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
869
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
870 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
871 - Clock modules for Eliminator, Disto 2-N-1, Disto 4-N-1, Harris, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
872 SmartWatch have been added (these are all UNTESTED.) Also, the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
873 clock_bb clock module has been renamed to clock_bnb, and clock.60hz
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
874 and clock.50hz have been renamed to clock_soft and clock_soft_50hz.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
875
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
876 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
877 - The M1 device descriptor now references the SACIA driver.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
878
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
879 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
880
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
881 OS-9 V3.1.2:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
882 - A bug in the help utility has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
883 - The MODULES directory structure has been enhanced to include
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
884 multiple subdirectories for better module organization.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
885 - Booter modules for Burke & Burke, Disto RAMPak, Eliminator and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
886 IDE-LBA have been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
887 - The BOOTLISTS/ directory has been added on the Modules disk, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
888 contains bootlist files for various configurations.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
889 - The cputype command has been optimized for size.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
890 - Minor help file updates have been made.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
891
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
892 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
893 - Drivers and descriptors for Tandy's Hard Disk Interface have
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
894 been added to the MODULES directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
895 - Slight performance modifications were made to RBF and SCF.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
896 - More commands have been added to the merged utilpak1 file.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
897
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
898 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
899
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
900 OS-9 V3.1.1:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
901
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
902 - SYS/helpmsg expanded to include new commands.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
903 - ident now correctly reports modules with a language byte of Obj6309.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
904 - The LogBook file in the SYS directory has been removed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
905 - A bug in the cputype command that caused crashing on a 6809 system
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
906 has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
907
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
908 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
909 - rbf.mn has been back-ported from NitrOS-9 in order to unify the code base
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
910 and bring non-6309 specific features to OS-9 Level Two.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
911 - A bug in IOMan which affected any driver wanting to access the port
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
912 address of its hardware via its path descriptor has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
913 - The montype command had a bug-fix and now shows the current monitor type if
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
914 no parameters are given. Also, the montype.hp file has been updated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
915
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
916 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
917
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
918 OS-9 V3.1.0:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
919
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
920 - New common version among all releases of OS-9 for the CoCo
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
921 - Many commands have been updated and optimized:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
922 o For size reasons, command help information is no longer embedded in the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
923 utilites, but is instead available through the helpmsg file in /DD/SYS
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
924 o date, dir, mdir, procs and verify now require a dash (-) before options
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
925 o format now has a cluster option and now shows the correct number of
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
926 good sectors on large sector devices
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
927 o Numerous commands have been optimized for size
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
928 o cputype, ded, devs, disasm, dmode and irqs have been added to the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
929 CMDS directory
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
930 o cmp, error, help and touch have been rewritten in assembly for size
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
931 o copy has been enhanced to include OS-9/68K-like features
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
932
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
933 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
934 - VDGInt has been back-ported to OS-9 Level Two from NitrOS-9. The
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
935 vdgint.io module contains both CoCo 1/2 AND CoCo 3 graphics code.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
936 The vdgint_small.io module only contains CoCo 3 graphics code.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
937 - CC3Go has been moved back into the root directory from the CMDS directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
938 This keeps ROM-based users and those who want cc3go in their bootfile from
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
939 having to change the init module, which referenced CMDS/cc3go.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
940 - CC3Go once again references /H0 and /H0/CMDS as paths that it tries to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
941 chd/chx to upon startup. This allows for those with floppy boots who
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
942 want to point /DD at their floppy to continue to do so. Also, if the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
943 forking of 'shell startup' fails due to lack of a shell file, then
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
944 CC3Go will now try to fork AutoEx instead of jumping to the crash routine.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
945 - Several bugs that crept into IOMan during the last release have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
946
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
947 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
948
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
949 OS-9 V02.01.00 'Phoenix' Release (11/04/2002):
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
950
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
951 - Defs files now have properly terminated lines and 'pag' is now emitted
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
952 as a comment.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
953 - ASM now assembles 6309 op-codes
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
954
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
955 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
956 - SYS/password now references /DD instead of /D0
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
957
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
958 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
959 - SCF, Rammer and PipeMan are now made from the NitrOS-9 version source base,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
960 bringing in new improvements and features from that platform.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
961 - Clock and Clock2 are now unifed once again and are built from the same source
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
962 base as the clocks from NitrOS-9.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
963 - The printer driver is now for the CoCo 3 serial port. In the previous
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
964 release, it was mistakenly made for the Disto parallel port.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
965 - Window descriptors now have proper initialization count.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
966 - The debug program is now part of the CMDS package.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
967 - With the inclusion of NitrOS-9's SCF, a bug which crashed the system when
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
968 typing CTRL-E or CTRL-C while using shellplus has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
969