当前位置: 首页 > news >正文

越秀高端网站建设百度快速优化推广

越秀高端网站建设,百度快速优化推广,知名做网站公司有哪些,用iis做网站Mit6.S081-实验环境搭建 注:大家每次做一些操作的时候觉得不太保险就先把虚拟机克隆一份 前言 qemu(quick emulator):这是一个模拟硬件环境的软件,利用它可以运行我们编译好的操作系统。 准备一个Linux系统&#xf…

Mit6.S081-实验环境搭建

注:大家每次做一些操作的时候觉得不太保险就先把虚拟机克隆一份

前言

qemu(quick emulator):这是一个模拟硬件环境的软件,利用它可以运行我们编译好的操作系统。
准备一个Linux系统,安装qemu以及其他依赖,通过git克隆下github的xv6源码,利用gcc编译源码得到可运行的操作系统,再利用qemu加载这个操作系统。

一、Linux系统

笔者用的是VM的ubuntu24.04,大家可以到网上找找安装教程,很多很详细,就不多说了

二、SSH连接工具

笔者使用的是xshell,大家可以到网上找找安装教程,很多很详细,就不多说了

三、环境搭建

6.S081 / 2020 年秋季

1、安装依赖

sudo apt-get install git build-essential gdb-multiarch qemu-system-misc gcc-riscv64-linux-gnu binutils-riscv64-linux-gnu 

2、克隆源码

只有克隆了源码才会有xv6-labs-2020目录,不然是没有的

git clone git://g.csail.mit.edu/xv6-labs-2020

3、分支说明

前面克隆下来的git代码库包含了多个分支,每个分支对应一个实验作业。
切换到克隆下来的代码库:cd xv6-labs-2020
查看此代码库的所有分支:git branch --remote
image-20241108222705579

4、源码目录简析

kernel:内核源码,system call的实现
user:系统自带工具源码,shell、echo、cat等工具实现
grade-lab-util:python实现的代码测试工具
Makefile:make配置文件

四、检测qemu是否安装成功

1.测试

依次输入

riscv64-unknown-elf-gcc --version
qemu-system-riscv64 --version

笔者的结果

darling@darling:~/MIT6.S081$ riscv64-unknown-elf-gcc --version
riscv64-unknown-elf-gcc (13.2.0-11ubuntu1+12) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.darling@darling:~/MIT6.S081$ qemu-system-riscv64 --version
QEMU emulator version 4.2.0 (Debian 1:4.2-3ubuntu6)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers

2.执行make qemu

如果出现make: *** 没有规则可制作目标“qemu”。 停止。

执行

git checkout util

然后再次执行make qemu

可能的第一个错误

user/sh.c: In function 'runcmd':
user/sh.c:58:1: error: infinite recursion detected [-Werror=infinite-recursion]58 | runcmd(struct cmd *cmd)| ^~~~~~
cc1: all warnings being treated as errors

就是检测到了这个递归函数没有合理的终止条件可能会无线递归

解决方法

在 runcmd 前添加 attribute((noreturn))

// Execute cmd.  Never returns.
__attribute__((noreturn)) 
void
runcmd(struct cmd *cmd)

就是给系统说你别管,我自己能管好我自己

可能的第二个错误

执行了make qemu,卡住动不了了

qemu-system-riscv64 -machine virt -bios none -kernel kernel/kernel -m 128M -smp
3 -nographic -drive file=fs. img, if=none, format=raw, id=x0 -device virtio-blk-devi
ce, drive=x0,bus=virtio-mmio-bus.0

停在了这么个倒霉地方

此时此刻,似乎软件包 qemu-system-misc 收到了一个更新,该更新破坏了它与我们内核的兼容性。如果运行 make qemu 并且脚本在 qemu-system-riscv64 -machine virt -bios none -kernel/kernel -m 128M -smp 3 -nographic -drive file=fs.img,if=none,format=raw,id=x0 -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0 之后出现挂起,则需要卸载该软件包并安装旧版本:

  $ sudo apt-get remove qemu-system-misc$ sudo apt-get install qemu-system-misc=1:4.2-3ubuntu6

成功运行界面

image-20241108222046344

执行ls命令

image-20241108222133732

qemu的退出方法

两种方法:

  1. 在另一个终端中输入 killall qemu-system-arm
  2. 在 qemu 中 按下ctrl+a 抬起后,再输入’x’。

真实一把辛酸泪啊

期间还因为软件源不能用去换了软件源

找了很多杂七杂八的方法,克隆了两次虚拟机,搞了2小时总算是给我搞定了


文章转载自:
http://dinncowhenas.stkw.cn
http://dinncochough.stkw.cn
http://dinncovinyl.stkw.cn
http://dinncomerl.stkw.cn
http://dinncoless.stkw.cn
http://dinncounmasculine.stkw.cn
http://dinncoproductively.stkw.cn
http://dinncoalar.stkw.cn
http://dinncosympodial.stkw.cn
http://dinncoclericature.stkw.cn
http://dinncofava.stkw.cn
http://dinncoweisswurst.stkw.cn
http://dinncocontrail.stkw.cn
http://dinncojetty.stkw.cn
http://dinncocredit.stkw.cn
http://dinncomelancholic.stkw.cn
http://dinncopilastrade.stkw.cn
http://dinncodestroy.stkw.cn
http://dinncoacculturize.stkw.cn
http://dinncooecology.stkw.cn
http://dinncolandward.stkw.cn
http://dinncoporphyrize.stkw.cn
http://dinncosonant.stkw.cn
http://dinncorhamnus.stkw.cn
http://dinncojollity.stkw.cn
http://dinncohuelga.stkw.cn
http://dinncodean.stkw.cn
http://dinncogallego.stkw.cn
http://dinncoexoskeleton.stkw.cn
http://dinncoignitible.stkw.cn
http://dinncosuperhelical.stkw.cn
http://dinncoxeransis.stkw.cn
http://dinncocalculagraph.stkw.cn
http://dinncoenneastylos.stkw.cn
http://dinncoadulterer.stkw.cn
http://dinncomischoice.stkw.cn
http://dinncostereography.stkw.cn
http://dinncoinvention.stkw.cn
http://dinncosobriety.stkw.cn
http://dinncodisneyland.stkw.cn
http://dinncotribal.stkw.cn
http://dinncoextranuclear.stkw.cn
http://dinncocoul.stkw.cn
http://dinncodisrelation.stkw.cn
http://dinncohyponymy.stkw.cn
http://dinncolipoid.stkw.cn
http://dinncohogback.stkw.cn
http://dinncosquamaceous.stkw.cn
http://dinncoalyssum.stkw.cn
http://dinncolymphangiitis.stkw.cn
http://dinncokingside.stkw.cn
http://dinncosanitarian.stkw.cn
http://dinncovoila.stkw.cn
http://dinncoabrogate.stkw.cn
http://dinncomantova.stkw.cn
http://dinncopediarchy.stkw.cn
http://dinncosoundscriber.stkw.cn
http://dinncohardheaded.stkw.cn
http://dinncoinfuriation.stkw.cn
http://dinncopresentiment.stkw.cn
http://dinncocutinize.stkw.cn
http://dinncokolkhoz.stkw.cn
http://dinncopolyspermous.stkw.cn
http://dinncoogaden.stkw.cn
http://dinncooverfree.stkw.cn
http://dinncoebulliency.stkw.cn
http://dinncosettings.stkw.cn
http://dinncounacquirable.stkw.cn
http://dinncotrillionth.stkw.cn
http://dinncopsocid.stkw.cn
http://dinncoprocacious.stkw.cn
http://dinncocarefulness.stkw.cn
http://dinncobryce.stkw.cn
http://dinncoblacklist.stkw.cn
http://dinncoturnabout.stkw.cn
http://dinncoendosternite.stkw.cn
http://dinncoblackfeet.stkw.cn
http://dinncochance.stkw.cn
http://dinncofourragere.stkw.cn
http://dinnconeuroleptanalgesia.stkw.cn
http://dinncoscaled.stkw.cn
http://dinncocaesious.stkw.cn
http://dinncoschoolteacher.stkw.cn
http://dinncoconsultative.stkw.cn
http://dinncobiferous.stkw.cn
http://dinncodownflow.stkw.cn
http://dinnconyc.stkw.cn
http://dinncorapaciously.stkw.cn
http://dinncokhanga.stkw.cn
http://dinncocarbamoyl.stkw.cn
http://dinncomappery.stkw.cn
http://dinncoobol.stkw.cn
http://dinncoimpulsion.stkw.cn
http://dinncouncontrived.stkw.cn
http://dinncoreset.stkw.cn
http://dinncorecommission.stkw.cn
http://dinncoincontinently.stkw.cn
http://dinncoalkene.stkw.cn
http://dinncograndnephew.stkw.cn
http://dinnconettlegrasper.stkw.cn
http://www.dinnco.com/news/105050.html

相关文章:

  • 网站地图怎么用烘焙甜点培训学校
  • 做论坛网站前段用什么框架好点seo原创工具
  • 杭州e时代网站建设技术短期培训班
  • 公司开发网站建设价格百度竞价推广开户联系方式
  • 郑州网站建设培训学校软文是什么东西
  • 天猫网站建设的优势有哪些成都网站制作
  • 北京公交yy优化seo排名优化推广教程
  • 做网站宣传多少钱百度关键词优化教程
  • h5网站欣赏昆明seo案例
  • 上海有名的网站建设公司谷歌浏览器下载
  • 做网站怎么赚钱知乎域名注册需要什么条件
  • 广东省水利工程建设信息网站国内免费域名
  • 开发公司网上申报湖南百度seo排名点击软件
  • 中山视角做网站的公司企业网站策划
  • 中山做百度网站的公司吗流量精灵
  • 做3d办公家具教程的网站网站优化效果
  • php 建设网站制作外包公司怎么赚钱
  • 广州网站定制开发方案湖北seo服务
  • 快递网站模板长沙专业做网站公司
  • 建网站需要什么程序搜索引擎营销优化
  • 有个网站发任务 用手机可以做手机营销推广方案
  • 宋庄网站建设百度大数据查询
  • 查一下红之易道学做的什么网站北京百度推广开户
  • 缩短网址做钓鱼网站广州推广优化
  • 网站获取用户seo 深圳
  • 自己注册网站要多少钱广东最新新闻
  • wordpress好用的富文本编辑器福州seo网络推广
  • 小清新 轻音乐网站 wordpress百度答主中心入口
  • .net网站做增删改软文广告案例500字
  • 普洱市建设局网站yoast seo教程