本文章では、裸のIBM-PC上で稼働するUtiLisp処理系について議論する。汎用計算機上にLisp Machineのような専用処理系を動かすことにより、a) OSのオーバヘッドを無くし高速の処理系を作成する、b) Lispを中心とした汎用のOSを構築する、ことが最終目標である。今回の発表では、取り敢えずヨタヨタと動き出したLisp処理系の構築法、並びに、裸の計算機上で動かすために要した作業を総括し、報告する。In this paper, we discuss a UtiLisp interpreter which runs on a bare IBM-PC machine. The final goal of the research is going to make 1) a fast interpreter without the overheads of operating system, and 2) a Lisp-based operating system such as the Symbolics Lisp Machine. This time, we present the current status of our implementation, especially the porting methodology from a Unix to a bare machine environment.