Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 1995 23:41:54 +0000 ()
From:      Remy.Card@masi.ibp.fr
To:        hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: Installing Lites 1.1
Message-ID:  <199504092341.XAA00331@bbj.ibp.fr>
In-Reply-To: <199504091955.EAA00250@vivian.mt.cs.keio.ac.jp> from "HOSOKAWA Tatsumi" at Apr 10, 95 04:55:49 am

next in thread | previous in thread | raw e-mail | index | archive | help

> Hi!
> 
> I'm trying to install Lites 1.1 on FreeBSD 2.0R and 950322-SNAP, but
> it doesn't boot.
> 
> I used UK02p8 of Mach4 as the MK and installed Lites in the way that
> the document "lites-on-freebsd" describes.  The "startup" and the
> "emulator" are loaded without errors, but later, it hangs with a
> message,
> 
> 	init died
> 
> and down into the kernel debugger.
> 
> I tryed to use mach_init of CMU binary distribution, mach_init of
> RT-Mach 3.0 and mach_init of user-22 (it needs some patches to
> Makefile.bnr and sources) as the mach_init of Lites, but all my
> efforts were in vain.
> 
> Does anyone help me?

	The bare mach_init from CMU cannot be used with Lites on top of
FreeBSD: mach_init tries to exec /etc/init which does not exist on FreeBSD.
You have to change the mach_init source to exec /sbin/init instead.

> --
> 	HOSOKAWA, Tatsumi              E-mail: hosokawa@mt.cs.keio.ac.jp
> 	  WWW homepage: http://www.mt.cs.keio.ac.jp/person/hosokawa.html
> 	Department of Computer Science, Keio University, Yokohama, Japan
> 

		Remy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504092341.XAA00331>