<s>
TRIX	B-Application
is	O
a	O
network-oriented	O
research	O
operating	O
system	O
developed	O
in	O
the	O
late	O
1970s	O
at	O
MIT	O
's	O
Laboratory	O
for	O
Computer	O
Science	O
(	O
LCS	O
)	O
by	O
Professor	O
Steve	O
Ward	O
and	O
his	O
research	O
group	O
.	O
</s>
<s>
It	O
ran	O
on	O
the	O
NuMachine	B-Device
and	O
had	O
remote	B-Operating_System
procedure	I-Operating_System
call	I-Operating_System
functionality	O
built	O
into	O
its	O
kernel	B-Operating_System
,	O
but	O
was	O
otherwise	O
a	O
Version	B-Operating_System
7	I-Operating_System
Unix	I-Operating_System
workalike	B-Operating_System
.	O
</s>
<s>
On	O
startup	O
,	O
the	O
NuMachine	B-Device
would	O
load	O
the	O
same	O
program	O
on	O
each	O
CPU	O
in	O
the	O
system	O
,	O
passing	O
each	O
instance	O
the	O
numeric	O
ID	O
of	O
the	O
CPU	O
it	O
was	O
running	O
on	O
.	O
</s>
<s>
TRIX	B-Application
relied	O
on	O
this	O
design	O
to	O
have	O
the	O
first	O
CPU	O
set	O
up	O
global	O
data	O
structures	O
and	O
then	O
set	O
a	O
flag	O
to	O
signal	O
that	O
initialization	O
was	O
complete	O
.	O
</s>
<s>
After	O
that	O
,	O
each	O
instance	O
of	O
the	O
kernel	B-Operating_System
was	O
able	O
to	O
access	O
global	O
data	O
.	O
</s>
<s>
Access	O
to	O
the	O
filesystem	O
was	O
provided	O
by	O
a	O
program	O
in	O
user	B-Operating_System
space	I-Operating_System
.	O
</s>
<s>
The	O
kernel	B-Operating_System
supported	O
unnamed	O
threads	O
running	O
in	O
domains	O
.	O
</s>
<s>
The	O
scheduler	O
was	O
designed	O
to	O
avoid	O
priority	B-Operating_System
inversion	I-Operating_System
.	O
</s>
<s>
User	B-Operating_System
space	I-Operating_System
programs	O
could	O
create	O
threads	O
through	O
a	O
spawn	O
system	O
call	O
.	O
</s>
<s>
A	O
garbage	B-General_Concept
collector	I-General_Concept
would	O
periodically	O
identify	O
and	O
free	O
unused	O
domains	O
.	O
</s>
<s>
Indeed	O
,	O
TRIX	B-Application
's	O
original	O
design	O
used	O
a	O
nonblocking	O
message	O
passing	O
mechanism	O
,	O
but	O
"	O
this	O
implementation	O
was	O
found	O
to	O
have	O
deficiencies	O
often	O
overlooked	O
in	O
the	O
literature	O
,	O
"	O
including	O
poor	O
performance	O
.	O
</s>
<s>
Although	O
the	O
TRIX	B-Application
operating	O
system	O
was	O
first	O
implemented	O
on	O
the	O
NuMachine	B-Device
,	O
this	O
was	O
due	O
to	O
the	O
availability	O
of	O
the	O
NuMachine	B-Device
at	O
MIT	O
,	O
not	O
because	O
of	O
any	O
characteristic	O
of	O
the	O
architecture	O
.	O
</s>
<s>
The	O
mutual	O
exclusion	O
primitive	O
could	O
be	O
ported	O
to	O
any	O
architecture	O
with	O
an	O
atomic	O
test	B-Operating_System
and	I-Operating_System
set	I-Operating_System
instruction	I-Operating_System
.	O
</s>
<s>
Richard	O
Stallman	O
mentions	O
in	O
the	O
1985	O
GNU	B-Application
Manifesto	I-Application
that	O
"	O
an	O
initial	O
kernel	B-Operating_System
exists	O
"	O
for	O
the	B-Operating_System
GNU	I-Operating_System
operating	I-Operating_System
system	I-Operating_System
,	O
"	O
but	O
many	O
more	O
features	O
are	O
needed	O
to	O
emulate	O
Unix.	O
"	O
</s>
<s>
This	O
was	O
a	O
reference	O
to	O
TRIX	B-Application
's	O
kernel	B-Operating_System
,	O
which	O
TRIX	B-Application
's	O
authors	O
had	O
decided	O
to	O
distribute	O
as	O
free	B-Application
software	I-Application
.	O
</s>
<s>
In	O
a	O
speech	O
in	O
October	O
1986	O
,	O
Stallman	O
elaborated	O
that	O
"	O
the	O
TRIX	B-Application
kernel	I-Application
runs	O
,	O
and	O
it	O
has	O
a	O
certain	O
limited	O
amount	O
of	O
Unix	O
compatibility	O
,	O
but	O
it	O
needs	O
a	O
lot	O
more	O
.	O
</s>
<s>
This	O
made	O
it	O
easier	O
to	O
debug	O
the	O
thing	O
,	O
because	O
they	O
could	O
set	O
up	O
the	O
files	O
with	O
Unix	O
,	O
and	O
then	O
they	O
could	O
run	O
TRIX	B-Application
,	O
but	O
that	O
file	O
system	O
does	O
n't	O
have	O
any	O
of	O
the	O
features	O
that	O
I	O
believe	O
are	O
necessary.	O
"	O
</s>
<s>
In	O
December	O
1986	O
,	O
developers	O
used	O
TRIX	B-Application
's	O
kernel	B-Operating_System
as	O
a	O
base	O
in	O
their	O
first	O
attempt	O
to	O
create	O
a	O
kernel	B-Operating_System
for	O
GNU	B-Operating_System
.	O
</s>
<s>
They	O
eventually	O
decided	O
Trix	B-Application
was	O
unusable	O
as	O
a	O
starting	O
point	O
,	O
primarily	O
because	O
:	O
</s>
<s>
it	O
was	O
decided	O
that	O
the	O
Mach	B-Operating_System
microkernel	I-Operating_System
was	O
a	O
better	O
underlying	O
design	O
for	O
a	O
server-based	O
operating	O
system	O
.	O
</s>
<s>
This	O
second	O
attempt	O
evolved	O
into	O
the	O
GNU	B-Application
Hurd	I-Application
.	O
</s>
