[comp.os.minix] amoeba running under minix 1.5.10

n8642613@unicorn.cc.wwu.edu (Wendy Stefaniak) (02/15/91)

I am trying to create a kernel with the ameoba protocol.  Everything
compiles fine, but when it tries to link it comes back with an
unresolved reference to get_byte.  

get_byte is referenced as an extern un ameoba/kernel/util.c and I
can't find any place where it is defined in the 1.5.10 version.  The
closest thing I can find is the phys_bytes which returns multipule
bytes.

get_byte is defined in 1.3 in console.c.

Has anyone gotten this running with this minix version or know if I am
even pointed in the correct direction?

I am currently trying to get this to run on a single PC and eventually
will want to put it up on a network.

Any help would be greatly appreciated!


		Thanks!
			Wendy

	wendy@unicorn.wwu.edu