一直想好好学习一下操作系统课程,去一个Mooc网站上找了一门操作系统的课程。这便是里面的配套实验。

实验指导:点这里

lab0主要是准备相关的操作环境。课程推荐使用qemu作为硬件模拟器,推荐运行环境为linux操作系统。

因为我使用的是Windows系统,所以需要解决运行环境的问题。开始想了几种解决方案:一个是直接装一个Linux的操作系统,但是觉得这样子系统切换太麻烦了;一个是租一台云服务器,在网上看了一下感觉国内都略贵的样子;还有就是自己装一个虚拟机了,虽然这样子可能有时候性能会有点慢。

另外,在网上看到有个叫做"实验楼"的网站,上面有这门课的配套实验。网站会给你分配和布置实验设备。在上面用过几次,觉得每次都会重新分配机器,不是很方便。还有就是毕竟是别人布置的环境,总有种不自由的感觉。对于我这种新手如果碰到莫名其妙的问题,而解决方案要改权限什么的话,就懵逼了。

所以,我最终还是选择了在虚拟机上装一个Ubuntu。

安装Ubuntu虚拟机

虚拟机一般有两种选择:一个是VMWare Workstation,另一个是Virtual Box。我选择了VBox,因为这个是免费的。

Virtaul Box的安装过程按照默认的选项就好了,没有什么特别之处。

安装好以后,在VBox里面新建一个Ubuntu的设备就好了。我使用的虚拟设备配置如下:

内存: 1GB

硬盘:10GB (本来Vbox建议的是8GB,但是后来安装系统的时候至少要8G空间来访系统配置,然后我就给了10G)

然后点击"运行"的时候,说需要读启动盘。到网上搜了一下,说要下一个镜像放进去。

于是,我去下了一个镜像,用虚拟光驱读出来。

接下来的过程,就是像给正常机器装系统一样,在虚拟设备上装了一个Ubuntu系统,装好以后就不再需要启动盘了。

为了方便和虚拟机之间传输数据,在虚拟设备里面挂载了一个共享盘。具体细节可以参考这里

Virtaul Box下载地址:https://www.virtualbox.org/wiki/Downloads

Ubuntu下载地址(选Desktop就好了):https://www.ubuntu.com/download

安装qemu

去官网上下了一个压缩包。打开发现是源码。于是上网搜了一下,安装的过程大约是下面这样子。

cd /qemu-xxxx

./configure

sudo make

sudo make install

在make 时出现了以下错误:

  GEN     aarch64-softmmu/config-devices.mak.tmp
GEN aarch64-softmmu/config-devices.mak
GEN alpha-softmmu/config-devices.mak.tmp
GEN alpha-softmmu/config-devices.mak
GEN arm-softmmu/config-devices.mak.tmp
GEN arm-softmmu/config-devices.mak
GEN cris-softmmu/config-devices.mak.tmp
GEN cris-softmmu/config-devices.mak
GEN i386-softmmu/config-devices.mak.tmp
GEN i386-softmmu/config-devices.mak
GEN lm32-softmmu/config-devices.mak.tmp
GEN lm32-softmmu/config-devices.mak
GEN m68k-softmmu/config-devices.mak.tmp
GEN m68k-softmmu/config-devices.mak
GEN microblaze-softmmu/config-devices.mak.tmp
GEN microblaze-softmmu/config-devices.mak
GEN microblazeel-softmmu/config-devices.mak.tmp
GEN microblazeel-softmmu/config-devices.mak
GEN mips-softmmu/config-devices.mak.tmp
GEN mips-softmmu/config-devices.mak
GEN mips64-softmmu/config-devices.mak.tmp
GEN mips64-softmmu/config-devices.mak
GEN mips64el-softmmu/config-devices.mak.tmp
GEN mips64el-softmmu/config-devices.mak
GEN mipsel-softmmu/config-devices.mak.tmp
GEN mipsel-softmmu/config-devices.mak
GEN moxie-softmmu/config-devices.mak.tmp
GEN moxie-softmmu/config-devices.mak
GEN or32-softmmu/config-devices.mak.tmp
GEN or32-softmmu/config-devices.mak
GEN ppc-softmmu/config-devices.mak.tmp
GEN ppc-softmmu/config-devices.mak
GEN ppc64-softmmu/config-devices.mak.tmp
GEN ppc64-softmmu/config-devices.mak
GEN ppcemb-softmmu/config-devices.mak.tmp
GEN ppcemb-softmmu/config-devices.mak
GEN s390x-softmmu/config-devices.mak.tmp
GEN s390x-softmmu/config-devices.mak
GEN sh4-softmmu/config-devices.mak.tmp
GEN sh4-softmmu/config-devices.mak
GEN sh4eb-softmmu/config-devices.mak.tmp
GEN sh4eb-softmmu/config-devices.mak
GEN sparc-softmmu/config-devices.mak.tmp
GEN sparc-softmmu/config-devices.mak
GEN sparc64-softmmu/config-devices.mak.tmp
GEN sparc64-softmmu/config-devices.mak
GEN tricore-softmmu/config-devices.mak.tmp
GEN tricore-softmmu/config-devices.mak
GEN unicore32-softmmu/config-devices.mak.tmp
GEN unicore32-softmmu/config-devices.mak
GEN x86_64-softmmu/config-devices.mak.tmp
GEN x86_64-softmmu/config-devices.mak
GEN xtensa-softmmu/config-devices.mak.tmp
GEN xtensa-softmmu/config-devices.mak
GEN xtensaeb-softmmu/config-devices.mak.tmp
GEN xtensaeb-softmmu/config-devices.mak
GEN aarch64-linux-user/config-devices.mak.tmp
GEN aarch64-linux-user/config-devices.mak
GEN alpha-linux-user/config-devices.mak.tmp
GEN alpha-linux-user/config-devices.mak
GEN arm-linux-user/config-devices.mak.tmp
GEN arm-linux-user/config-devices.mak
GEN armeb-linux-user/config-devices.mak.tmp
GEN armeb-linux-user/config-devices.mak
GEN cris-linux-user/config-devices.mak.tmp
GEN cris-linux-user/config-devices.mak
GEN i386-linux-user/config-devices.mak.tmp
GEN i386-linux-user/config-devices.mak
GEN m68k-linux-user/config-devices.mak.tmp
GEN m68k-linux-user/config-devices.mak
GEN microblaze-linux-user/config-devices.mak.tmp
GEN microblaze-linux-user/config-devices.mak
GEN microblazeel-linux-user/config-devices.mak.tmp
GEN microblazeel-linux-user/config-devices.mak
GEN mips-linux-user/config-devices.mak.tmp
GEN mips-linux-user/config-devices.mak
GEN mips64-linux-user/config-devices.mak.tmp
GEN mips64-linux-user/config-devices.mak
GEN mips64el-linux-user/config-devices.mak.tmp
GEN mips64el-linux-user/config-devices.mak
GEN mipsel-linux-user/config-devices.mak.tmp
GEN mipsel-linux-user/config-devices.mak
GEN mipsn32-linux-user/config-devices.mak.tmp
GEN mipsn32-linux-user/config-devices.mak
GEN mipsn32el-linux-user/config-devices.mak.tmp
GEN mipsn32el-linux-user/config-devices.mak
GEN or32-linux-user/config-devices.mak.tmp
GEN or32-linux-user/config-devices.mak
GEN ppc-linux-user/config-devices.mak.tmp
GEN ppc-linux-user/config-devices.mak
GEN ppc64-linux-user/config-devices.mak.tmp
GEN ppc64-linux-user/config-devices.mak
GEN ppc64abi32-linux-user/config-devices.mak.tmp
GEN ppc64abi32-linux-user/config-devices.mak
GEN ppc64le-linux-user/config-devices.mak.tmp
GEN ppc64le-linux-user/config-devices.mak
GEN s390x-linux-user/config-devices.mak.tmp
GEN s390x-linux-user/config-devices.mak
GEN sh4-linux-user/config-devices.mak.tmp
GEN sh4-linux-user/config-devices.mak
GEN sh4eb-linux-user/config-devices.mak.tmp
GEN sh4eb-linux-user/config-devices.mak
GEN sparc-linux-user/config-devices.mak.tmp
GEN sparc-linux-user/config-devices.mak
GEN sparc32plus-linux-user/config-devices.mak.tmp
GEN sparc32plus-linux-user/config-devices.mak
GEN sparc64-linux-user/config-devices.mak.tmp
GEN sparc64-linux-user/config-devices.mak
GEN tilegx-linux-user/config-devices.mak.tmp
GEN tilegx-linux-user/config-devices.mak
GEN x86_64-linux-user/config-devices.mak.tmp
GEN x86_64-linux-user/config-devices.mak
GEN config-all-devices.mak
GEN config-host.h
(cd /home/phantom01/work/qemu/pixman; autoreconf -v --install)
/bin/sh: 1: autoreconf: not found
Makefile:211: recipe for target '/home/phantom01/work/qemu/pixman/configure' failed
make: *** [/home/phantom01/work/qemu/pixman/configure] Error 127

./pixman/目录下看了一下,确实没有configure文件,但是有一个configure.ac。所以需要autoreconf工具,将这个configure.ac生成对应的configure文件。

所以,接下来我安装了autoreconf

apt-get install autoconf automake libtool

然后切换到pixman目录下面执行

autoreconf -v --install

来生成configure文件。

然后在切到qemu目录下执行make。然后在 sudo make install成功。

为方便操作,建立软连接:

sudo ln -s /usr/local/bin/qemu-system-i386 /usr/local/bin/qemu

注意点: make失败是不要clean再重新make。因为在make过程中会改变一些make文件,所以clean掉可能会出一些问题。

qemu下载地址:http://wiki.qemu.org/Download

附1: VirtualBox创建内Linux系统与Windows的共享文件夹

来源: http://jingyan.baidu.com/article/2fb0ba40541a5900f2ec5f07.html

在日常工作或学习中我们经常需要在一台电脑上同时使用Windows和Linux(这里以Ubuntu为例)两个系统,我们通常的做法有两种:

一种安装双系统(双系统的安装方法经验里已经有很多,大家可以去参照)

另一种更为普遍的是在Windows本机用虚拟机安装Linux系统,然而Windows本机与虚拟机内Linux系统的文件该如何交换呢,其实也有好多方法,如USB接口设备共享、Ftp服务器共享等,这里主告诉告诉大家一种更为方便办法“共享文件夹”(这个方法在windows虚拟系统上设置比较简单),下面我们看看如何让Windows本机和Linux虚拟系统之间共享文件夹。


工具/原料

  • Oracle VM VirtualBox
  • Windows XP 以上操作系统

方法/步骤

  1. 首先,必须要有已经在VirtualBox中安装好的Ubuntu系统,才能按照以下步骤操作,具体怎样在VirtualBox中安装Ubuntu系统百度经验里已经有很多,大家可以自己查询参照。
  2. 打开虚拟机进入Ubuntu系统,首先要安装VirtualBox增强功能包(VBoxGuestAdditions),参照下图,如果确认已经安装就直接跳过至第4步。 (设备 - 安装增强功能)
  3. 点击运行后,系统会自动安装,安装完成后要求重启系统。
  4. 在本机系统设置一个共享文件夹,用于与Ubuntu交互的区域空间。
  5. 右击状态栏上共享文件夹图标或菜单栏“设备-共享文件夹”,打开共享文件夹设置。
  6. 点击共享文件夹设置框,右上角的添加按钮
  7. 选择之前本机设置的共享文件夹,此时一定不可以勾选自动挂载
  8. 设置好共享名后,进入Ubuntu系统,打开终端,先执行命令,在挂载点目录添加bdshare目录,接着执行mount -t vboxsf BaiduShare /mnt/bdshare/,就能完成共享文件夹的设置。
  9. 设置完成,可以创建几个文件,测试一下。
  10. 设置自动挂载,重启虚拟机系统共享仍在。可以在/etc/fstab中添加一项BaiduShare /mnt/share vboxsf rw,gid=110,uid=1100,auto 0 0
  11. 卸载挂载点命令:umount -f /mnt/share

注意事项

  • 其它linux系统设置方法基本相同
  • 共享文件夹的名称不能和挂载点的名称相同。

参考资料

  1. http://www.lofter.com/tag/ucore

ucore_lab0的更多相关文章

随机推荐

  1. IP实时传输协议RTP/RTCP详解

    1.简介 目前,在IP网络中实现实时语音.视频通信和应用已经成为网络应用的一个主流技术和发展方向,本文详细介绍IP协议族中用于实时语音.视频数据传输的标准协议RTP( Real-time Transp ...

  2. Oracle数据库性能优化基础

    1.数据处理分类OLTP,OLAP 2.Oracle特性 3.数据库优化方法论/原则 方法论:自顶向下优化和自底向上优化 3.1 自顶向下优化 3.2 自底向上优化 对于多年的老系统出现性能问题时,就 ...

  3. 2、深入学习基本结构——CNN

    这节课主要简单复习一下CNN 从图中例子,1.3共享参数,2.4共享. 要看明白以上参数. 后面就是举例了. 比如声音信号 下面是zero padding 下面是pooling 还可以有mass po ...

  4. 简述Web Service通讯技术的搭建流程

    Web Service 基本概念 Web Service也叫XML Web Service WebService是一种可以接收从Internet或者Intranet上的其它系统中传递过来的请求,轻量级 ...

  5. css sprite的实现

    css sprite 为什么使用css sprite? 网页上的非常多静态小图片在载入时须要大量http请求,添加了响应时间.(哈哈.雅虎34条优化法则的第一条啊) css的background-po ...

  6. c 语言函数可变參数的处理

    /************************************************************************* > File Name: va_list.c ...

  7. JAVA Excel API学习案例

    先贴代码吧,执行一下.看看效果,然后看看凝视,再看看代码后面的基础介绍 创建一个新excel并写入数据: public static void myExcel2() throws IOExceptio ...

  8. Swift 实践之UIWebView

    1.选中工程,点击右键,New File>在iOS下选中Othe>Empty,生成一个.js的脚本文件,将代码粘贴过去保存; var script = document.createEle ...

  9. php利用反射真正实现多继承(非接口模拟)

    昨天我在写PHP程序的时候,无意发现在PHP的::操作符非常强大,不仅仅是只用在访问parent,sel,静态成员属性.常量上面,其实他的功能强大了去了 . 这个符号在PHP中实际上叫做范围解析符,这 ...

  10. AJAX请求 $.ajaxSetup方法的使用

    转自:https://blog.csdn.net/qq_23476319/article/details/78798885 jQuery.ajaxSetup()函数用于设置AJAX的全局默认设置. 该 ...