驱动内存映射修改为缺页模拟方式

This commit is contained in:
zhangzheng
2025-01-26 15:48:13 +08:00
parent 501482c512
commit 7303d5071a
17 changed files with 112 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
extern char cpio_start[];
extern char cpio_end[];
int main(void)
{
{
jump2kernel((addr_t)cpio_start, (addr_t)cpio_end);
while (1)
;