Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!unicorn!n8642613 From: n8642613@unicorn.cc.wwu.edu (Wendy Stefaniak) Newsgroups: comp.os.minix Subject: amoeba running under minix 1.5.10 Keywords: ameoba Message-ID: <1991Feb14.191918.4064@unicorn.cc.wwu.edu> Date: 14 Feb 91 19:19:18 GMT Sender: wendy@unicorn.wwu.edu Organization: Western Washington University, Bellingham Lines: 24 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