Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
xv6-public
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
问题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
银宸时代
OS Lab Group
奖励实验
xv6-public
提交
d57d49e3
提交
d57d49e3
2月 16, 2012
创建
作者:
Nickolai Zeldovich
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
try to name C++ header files .hh, and C-only header files .h
上级
e0780ce4
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
17 行增加
和
17 行删除
+17
-17
bits.hh
bits.hh
+0
-0
elf.hh
elf.hh
+0
-0
exec.cc
exec.cc
+1
-1
hwvm.cc
hwvm.cc
+1
-1
kalloc.cc
kalloc.cc
+1
-1
kmtrace.hh
kmtrace.hh
+0
-0
lapic.cc
lapic.cc
+1
-1
main.cc
main.cc
+1
-1
mp.cc
mp.cc
+1
-1
mp.hh
mp.hh
+0
-0
multiboot.hh
multiboot.hh
+0
-0
proc.cc
proc.cc
+2
-2
prof.cc
prof.cc
+1
-1
sampler.cc
sampler.cc
+1
-1
sched.cc
sched.cc
+2
-2
spinlock.cc
spinlock.cc
+1
-1
syscall.cc
syscall.cc
+1
-1
trap.cc
trap.cc
+2
-2
vm.cc
vm.cc
+1
-1
没有找到文件。
bits.h
→
bits.h
h
浏览文件 @
d57d49e3
移动文件
elf.h
→
elf.h
h
浏览文件 @
d57d49e3
移动文件
exec.cc
浏览文件 @
d57d49e3
...
...
@@ -10,7 +10,7 @@
#include "fs.h"
#include "file.hh"
#include "vm.hh"
#include "elf.h"
#include "elf.h
h
"
#include "cpu.hh"
#include "prof.hh"
#include <stddef.h>
...
...
hwvm.cc
浏览文件 @
d57d49e3
...
...
@@ -3,7 +3,7 @@
#include "mmu.h"
#include "cpu.hh"
#include "kernel.hh"
#include "bits.h"
#include "bits.h
h
"
#include "spinlock.h"
#include "kalloc.h"
#include "queue.h"
...
...
kalloc.cc
浏览文件 @
d57d49e3
...
...
@@ -10,7 +10,7 @@
#include "kalloc.h"
#include "mtrace.h"
#include "cpu.hh"
#include "multiboot.h"
#include "multiboot.h
h
"
static
struct
Mbmem
mem
[
128
];
static
u64
nmem
;
...
...
kmtrace.h
→
kmtrace.h
h
浏览文件 @
d57d49e3
移动文件
lapic.cc
浏览文件 @
d57d49e3
...
...
@@ -5,7 +5,7 @@
#include "amd64.h"
#include "kernel.hh"
#include "traps.h"
#include "bits.h"
#include "bits.h
h
"
#include "cpu.hh"
// Local APIC registers, divided by 4 for use as uint[] indices.
...
...
main.cc
浏览文件 @
d57d49e3
#include "types.h"
#include "multiboot.h"
#include "multiboot.h
h
"
#include "kernel.hh"
#include "spinlock.h"
#include "kalloc.h"
...
...
mp.cc
浏览文件 @
d57d49e3
...
...
@@ -4,7 +4,7 @@
#include "types.h"
#include "amd64.h"
#include "mp.h"
#include "mp.h
h
"
#include "kernel.hh"
#include "cpu.hh"
...
...
mp.h
→
mp.h
h
浏览文件 @
d57d49e3
移动文件
multiboot.h
→
multiboot.h
h
浏览文件 @
d57d49e3
移动文件
proc.cc
浏览文件 @
d57d49e3
...
...
@@ -7,8 +7,8 @@
#include "queue.h"
#include "proc.hh"
#include "cpu.hh"
#include "bits.h"
#include "kmtrace.h"
#include "bits.h
h
"
#include "kmtrace.h
h
"
#include "sched.hh"
#include "kalloc.h"
#include "vm.hh"
...
...
prof.cc
浏览文件 @
d57d49e3
...
...
@@ -5,7 +5,7 @@
#include "fs.h"
#include "file.hh"
#include "prof.hh"
#include "bits.h"
#include "bits.h
h
"
#include "amd64.h"
extern
profctr_t
sprof
[];
...
...
sampler.cc
浏览文件 @
d57d49e3
...
...
@@ -6,7 +6,7 @@
#include "stat.h"
#include "kalloc.h"
#include "file.hh"
#include "bits.h"
#include "bits.h
h
"
#include "amd64.h"
#include "cpu.hh"
#include "sampler.h"
...
...
sched.cc
浏览文件 @
d57d49e3
...
...
@@ -7,8 +7,8 @@
#include "queue.h"
#include "proc.hh"
#include "cpu.hh"
#include "bits.h"
#include "kmtrace.h"
#include "bits.h
h
"
#include "kmtrace.h
h
"
#include "sched.h"
#include "vm.hh"
#include <stddef.h>
...
...
spinlock.cc
浏览文件 @
d57d49e3
...
...
@@ -4,7 +4,7 @@
#include "kernel.hh"
#include "amd64.h"
#include "cpu.hh"
#include "bits.h"
#include "bits.h
h
"
#include "spinlock.h"
#include "mtrace.h"
#include "condvar.hh"
...
...
syscall.cc
浏览文件 @
d57d49e3
...
...
@@ -8,7 +8,7 @@
#include "amd64.h"
#include "syscall.h"
#include "cpu.hh"
#include "kmtrace.h"
#include "kmtrace.h
h
"
// User code makes a system call with INT T_SYSCALL.
// System call number in %eax.
...
...
trap.cc
浏览文件 @
d57d49e3
...
...
@@ -8,8 +8,8 @@
#include "spinlock.h"
#include "condvar.hh"
#include "proc.hh"
#include "kmtrace.h"
#include "bits.h"
#include "kmtrace.h
h
"
#include "bits.h
h
"
struct
intdesc
idt
[
256
]
__attribute__
((
aligned
(
16
)));
...
...
vm.cc
浏览文件 @
d57d49e3
...
...
@@ -3,7 +3,7 @@
#include "mmu.h"
#include "cpu.hh"
#include "kernel.hh"
#include "bits.h"
#include "bits.h
h
"
#include "spinlock.h"
#include "kalloc.h"
#include "queue.h"
...
...
编写
预览
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论