提交 a08b350c 创建 作者: Silas Boyd-Wickizer's avatar Silas Boyd-Wickizer

Remove memlayout.h

上级 4c0143d2
#include "types.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "spinlock.h"
#include "condvar.h"
......
// Memory layout
#define KSTKSIZE (8*PGSIZE) // size of a kernel stack
#define IOSPACEB 0xA0000 // begin IO space
#define IOSPACEE 0x100000 // end IO space
#define PHYSTOP 0xE000000 // use phys mem up to here as free pool
#include "types.h"
#include "kernel.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "amd64.h"
#include "spinlock.h"
......
#include "types.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "kernel.h"
#include "spinlock.h"
......
......@@ -2,7 +2,6 @@
#include "amd64.h"
#include "kernel.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "spinlock.h"
#include "condvar.h"
......
......@@ -4,7 +4,6 @@
#include "mmu.h"
#include "cpu.h"
#include "kernel.h"
#include "memlayout.h"
#include "bits.h"
#include "spinlock.h"
#include "kalloc.h"
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论