Xinu7/include/hosts.h
/* hosts.h */
/* Symbolic names and IP addresses for local hosts at Purdue */
/* This file is useful for writing test programs, but not */
/* strictly necessary. */
#define MERLIN 128,10,2,3 /*vax780 - Where the magic happens */
#define ARTHUR 128,10,2,1 /*vax8600 - The King at Purdue CS */
#define MORDRED 128,10,2,2 /*vax780 - Another mainstay in CS dept*/
#define GWEN 128,10,2,8 /*vax785 - The Xinu project VAX */
#define LUCAS 128,10,2,20 /*sun170 - The TILDE file server */
#define LANCELOT 128,10,2,23 /*sun160C - Comer's office machine */
#define XINU 128,10,2,30 /*lsi11/23- Xinu test machine */
#define KNIGHT1 128,10,2,31 /*lsi11/23- Student Xinu machine */