Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
xv6-public
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
问题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
银宸时代
OS Lab Group
奖励实验
xv6-public
提交
21fa76fa
提交
21fa76fa
10月 27, 2011
创建
作者:
Silas Boyd-Wickizer
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename x86.h -> amd64.h
上级
1a43a88b
隐藏空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
26 行增加
和
26 行删除
+26
-26
amd64.h
amd64.h
+0
-0
bootmain.c
bootmain.c
+1
-1
cga.c
cga.c
+1
-1
condvar.c
condvar.c
+1
-1
console.c
console.c
+1
-1
dirbench.c
dirbench.c
+1
-1
exec.c
exec.c
+1
-1
ide.c
ide.c
+1
-1
kbd.c
kbd.c
+1
-1
lapic.c
lapic.c
+1
-1
mapbench.c
mapbench.c
+1
-1
maptest.c
maptest.c
+1
-1
memide.c
memide.c
+1
-1
mp.c
mp.c
+1
-1
picirq.c
picirq.c
+1
-1
proc.c
proc.c
+1
-1
rcu.c
rcu.c
+1
-1
spinlock.c
spinlock.c
+1
-1
string.c
string.c
+1
-1
syscall.c
syscall.c
+1
-1
sysproc.c
sysproc.c
+1
-1
thrtest.c
thrtest.c
+1
-1
timer.c
timer.c
+1
-1
trap.c
trap.c
+1
-1
uart.c
uart.c
+1
-1
ulib.c
ulib.c
+1
-1
vm.c
vm.c
+1
-1
没有找到文件。
x86
.h
→
amd64
.h
浏览文件 @
21fa76fa
移动文件
bootmain.c
浏览文件 @
21fa76fa
...
...
@@ -7,7 +7,7 @@
#include "types.h"
#include "elf.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "memlayout.h"
#define SECTSIZE 512
...
...
cga.c
浏览文件 @
21fa76fa
#include "types.h"
#include "kernel.h"
#include "
x86
.h"
#include "
amd64
.h"
#define BACKSPACE 0x100
#define CRTPORT 0x3d4
...
...
condvar.c
浏览文件 @
21fa76fa
#include "types.h"
#include "param.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "mmu.h"
#include "spinlock.h"
#include "condvar.h"
...
...
console.c
浏览文件 @
21fa76fa
...
...
@@ -10,7 +10,7 @@
#include "fs.h"
#include "condvar.h"
#include "file.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "queue.h"
#include "proc.h"
#include "traps.h"
...
...
dirbench.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "stat.h"
#include "user.h"
#include "xv6-mtrace.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "param.h"
#include "fcntl.h"
...
...
exec.c
浏览文件 @
21fa76fa
...
...
@@ -7,7 +7,7 @@
#include "queue.h"
#include "proc.h"
#include "kernel.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "stat.h"
#include "fs.h"
#include "file.h"
...
...
ide.c
浏览文件 @
21fa76fa
...
...
@@ -12,7 +12,7 @@
#include "condvar.h"
#include "queue.h"
#include "proc.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "traps.h"
#include "buf.h"
...
...
kbd.c
浏览文件 @
21fa76fa
#include "types.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "kernel.h"
#include "kbd.h"
#include "param.h"
...
...
lapic.c
浏览文件 @
21fa76fa
...
...
@@ -3,7 +3,7 @@
#include "types.h"
#include "param.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "kernel.h"
#include "traps.h"
#include "bits.h"
...
...
mapbench.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "stat.h"
#include "user.h"
#include "xv6-mtrace.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "uspinlock.h"
static
struct
uspinlock
l
;
...
...
maptest.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "stat.h"
#include "user.h"
#include "xv6-mtrace.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "uspinlock.h"
static
volatile
char
*
p
;
...
...
memide.c
浏览文件 @
21fa76fa
...
...
@@ -9,7 +9,7 @@
#include "queue.h"
#include "condvar.h"
#include "proc.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "traps.h"
#include "buf.h"
...
...
mp.c
浏览文件 @
21fa76fa
...
...
@@ -4,7 +4,7 @@
#include "types.h"
#include "param.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "mp.h"
#include "kernel.h"
#include "cpu.h"
...
...
picirq.c
浏览文件 @
21fa76fa
// Intel 8259A programmable interrupt controllers.
#include "types.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "traps.h"
// I/O Addresses of the two programmable interrupt controllers
...
...
proc.c
浏览文件 @
21fa76fa
...
...
@@ -3,7 +3,7 @@
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "spinlock.h"
#include "condvar.h"
#include "queue.h"
...
...
rcu.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "param.h"
#include "kernel.h"
#include "mmu.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "spinlock.h"
#include "condvar.h"
#include "queue.h"
...
...
spinlock.c
浏览文件 @
21fa76fa
...
...
@@ -3,7 +3,7 @@
#include "types.h"
#include "kernel.h"
#include "param.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "cpu.h"
#include "bits.h"
#include "spinlock.h"
...
...
string.c
浏览文件 @
21fa76fa
#include "types.h"
#include "
x86
.h"
#include "
amd64
.h"
void
*
memset
(
void
*
dst
,
int
c
,
u32
n
)
...
...
syscall.c
浏览文件 @
21fa76fa
...
...
@@ -7,7 +7,7 @@
#include "condvar.h"
#include "queue.h"
#include "proc.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "syscall.h"
#include "xv6-mtrace.h"
#include "cpu.h"
...
...
sysproc.c
浏览文件 @
21fa76fa
#include "types.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "kernel.h"
#include "param.h"
#include "memlayout.h"
...
...
thrtest.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "stat.h"
#include "user.h"
#include "xv6-mtrace.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "uspinlock.h"
static
struct
uspinlock
l
;
...
...
timer.c
浏览文件 @
21fa76fa
...
...
@@ -5,7 +5,7 @@
#include "types.h"
#include "defs.h"
#include "traps.h"
#include "
x86
.h"
#include "
amd64
.h"
#define IO_TIMER1 0x040 // 8253 Timer #1
...
...
trap.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "param.h"
#include "mmu.h"
#include "kernel.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "cpu.h"
#include "traps.h"
#include "queue.h"
...
...
uart.c
浏览文件 @
21fa76fa
// Intel 8250 serial port (UART).
#include "types.h"
#include "kernel.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "traps.h"
#define COM1 0x3f8
...
...
ulib.c
浏览文件 @
21fa76fa
...
...
@@ -2,7 +2,7 @@
#include "stat.h"
#include "fcntl.h"
#include "user.h"
#include "
x86
.h"
#include "
amd64
.h"
char
*
strncpy
(
char
*
s
,
const
char
*
t
,
int
n
)
...
...
vm.c
浏览文件 @
21fa76fa
#include "param.h"
#include "types.h"
#include "
x86
.h"
#include "
amd64
.h"
#include "mmu.h"
#include "cpu.h"
#include "kernel.h"
...
...
编写
预览
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论