JavaShuo
栏目
标签
HW1 boot xv6
时间 2021-01-13
标签
操作系统
栏目
OS基础
繁體版
原文
原文链接
HW1 1.安装,编译xv6 mkdir xv6 cd xv6 git clone git://github.com/mit-pdos/xv6-public.git 编译: cd xv6-public make 2.寻找内核的入口地址: nm kernel | grep _start 可以看到,_start的地址是0x10000c,所以内核的入口地址为0x10000c。设置断点,查看进入内核之前,
>>阅读原文<<
相关文章
1.
MIT6.828 HW1: boot xv6
2.
【xv6学习之HW1】shell
3.
hw1
4.
20180305-python-hw1
5.
算法HW1
6.
Software Engineering-HW1
7.
XV6 operating system: bigger files for xv6
8.
软件测试-HW1
9.
xv6 shell
10.
XV6 - bootman.c
更多相关文章...
•
R 包
-
R 语言教程
•
Docker Hello World
-
Docker教程
•
Spring Cloud 微服务实战(三) - 服务注册与发现
•
☆基于Java Instrument的Agent实现
相关标签/搜索
hw1
xv6
boot
qemu+xv6
boot+mybatis
boot++jpa
boot+redis
boot+idea
boot+iview
boot+vue.js
OS基础
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
Window下Ribbit MQ安装
2.
Linux下Redis安装及集群搭建
3.
shiny搭建网站填坑战略
4.
Mysql8.0.22安装与配置详细教程
5.
Hadoop安装及配置
6.
Python爬虫初学笔记
7.
部署LVS-Keepalived高可用集群
8.
keepalived+mysql高可用集群
9.
jenkins 公钥配置
10.
HA实用详解
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
MIT6.828 HW1: boot xv6
2.
【xv6学习之HW1】shell
3.
hw1
4.
20180305-python-hw1
5.
算法HW1
6.
Software Engineering-HW1
7.
XV6 operating system: bigger files for xv6
8.
软件测试-HW1
9.
xv6 shell
10.
XV6 - bootman.c
>>更多相关文章<<