This repository was archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathVersion.log
80 lines (67 loc) · 2.95 KB
/
Version.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[UK22]
First release containing expanded set of Linux drivers
(including SCSI, block and network; ISA, EISA, VLB and PCI).
Conforms to MultiBoot-0.5. Now works on systems with small
memories again.
[UK02p21]
First _public_ release containing Shantanu's Linux drivers.
The only significant differences from UK02p20 are that
Shantanu provided a proper fix for the interrupt disable bug,
and upgraded the Linux drivers to more recent versions.
[UK02p20]
After fixing interrupt problems, this is the
first release containing Shantanu's linux drivers
that actually works for us.
Also, in this release the kernel has been mostly
updated to conform to MultiBoot-0.3.
This is an internal release for Shantanu.
[UK02p19]
The merged IPC code was causing problems (e.g. incompatibilities
with UX due to removed features), so we rolled most of
the IPC changes back out. We left a few very trivial
changes in, such as some of the ANSIfied function prototypes.
[UK02p18]
Merged in some of the generic IPC code changes from OSF's latest
kernel (mk6.1 free).
[UK02p17]
First release containing Shantanu's Linux drivers.
They don't work yet for us, however.
This is a private release for Shantanu Goel to debug
and integrate newer versions of his drivers into.
[UK02p16-work]
This was a temporary development branch based on
the last working release (UK02p16) before we integrated
Shantanu's device drivers which didn't work for us
at the time. Many of the changes between UK02p19
and UK02p20 were from this branch.
[UK02p16]
Private release for Randy Dukes of Novell.
[UK02p15]
Added ELF support, so the kernel can be compiled completely
using ELF .o's and executables. '--enable-elf' must be
specified on the command line for this to work.
[UK02p13]
First release will _all_ of the MK83->MK83a changes merged in
(the i386-specific changes didn't make it before).
[UK02p12]
Lots of boot-related hacking.
Also, integrated low-level mode switching code developed
as part of MOSS, the DOS extender based on Mach sources.
[UK02p9]
Integrated Shantanu Goel's new floppy and hard drive
device drivers for mach. These are written from scratch,
and are not under the GPL. Also integrated his ports of
some Linux Ethernet drivers, which _are_ GPL'd; placed
these in a separate kernel/i386at/gpl subdirectory so
they can easily be separated out. Finally, Steve Clawson
ported the Linux HPLAN+ driver, and added it to the
gpl directory as well.
[UK02p8]
Added support for 4.4 BSD fastlinks to the filesystem
interpretation code in the server bootstrap program.
Lots of other minor changes and fixes, mostly boot-related.
## -----------------------------------------------------------------------
## This file is in reverse order like a ChangeLog and describes each major
## tag. The mach build process grabs the first line of this file to
## display as part of a version string.
## -----------------------------------------------------------------------