LoginSignup
1
1

More than 5 years have passed since last update.

Unix v6 on Qemu setup guide

Posted at

Pre Requirements

  • Ubuntu 15.04 on VMware fusion

install

$ sudo apt-get install qemu gcc make libc6-dev-i386
$ git clone clone git://pdos.csail.mit.edu/xv6/xv6.git
$ cd xv6

git cloneはなぜか失敗するので、クローンサイトを探してきてそっちを利用。

このままmake qemu-noxしようとすると、エラーが出るので下記の通り編集

$ vim Makefile

コメントアウト
QEMU=/usr/bin/qemu-system-x86_64

make qemu-nox

以上!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1