Historique des commits

Auteur SHA1 Message Date
  fslongjin 0b0cce9326 :new: 切换为grub2引导,能进入Start_Kernel函数(未能完成初始化) il y a 3 ans
  fslongjin a2aea12510 :wrench: 取消了loader在加载kernel时,按照扇区数显示'...'的功能 il y a 3 ans
  fslongjin 26e0b095ed :wrench: 防止编译器在enter_syscall中修改rcx、rdx il y a 3 ans
  fslongjin d3a5048f66 :new: syscall模块,实现了第一个系统调用函数sys_printf il y a 3 ans
  fslongjin 7238e3c13a :new: 英文文档 il y a 3 ans
  fslongjin 0757e7a3cd :new: do_execve函数,跳转至应用层 il y a 3 ans
  fslongjin 781a105d2f :wrench: 修改了第一个内核线程的函数名 il y a 3 ans
  fslongjin d1671bc121 :bug: 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改) il y a 3 ans
  fslongjin 26c23e0e65 :bug: 修复了物理页分配时,起始页号计算错误的问题 il y a 3 ans
  fslongjin 67633eb04e :new: 内核线程(在kernel_thtread函数中调用test_mm会产生问题) il y a 3 ans
  fslongjin 39ddc21ca5 :new: 实现简单的读取键盘数据的功能 il y a 3 ans
  fslongjin 8ab02c496c :new: 新增内存拷贝函数memcpy il y a 3 ans
  fslongjin 37e0334d62 :new: README.md il y a 3 ans
  fslongjin eff673edcb :new: 新增了使用8259A芯片的中断响应程序 il y a 3 ans
  fslongjin 49eaf6ce95 删除了一些信息的打印 il y a 3 ans
  fslongjin 98e62e1e19 :new: 完成了简单的内存管理单元,能分配内存页面 il y a 3 ans
  fslongjin 8131264e3f :new: 完成了初始化内存管理单元的代码 il y a 3 ans
  fslongjin 134692fa85 :bug: 修复了十六进制显示格式,填充不正确的问题 il y a 3 ans
  fslongjin 012948d345 :wrench: 修复了一些隐式类型转换 il y a 3 ans
  fslongjin 61f425061c :new: 空的boot.img il y a 3 ans
  fslongjin ecd78d08e9 :new: 增加了memset函数(汇编实现) il y a 3 ans
  fslongjin 40a551d154 :wrench: 使cpu支持SSE(目前会出现#GP) il y a 3 ans
  fslongjin ae52d9c2d2 :wrench: 修正一些表达 il y a 3 ans
  fslongjin ba7f1bb4ea :wrench: 使用C语言重写了设置中断门的代码。 il y a 3 ans
  fslongjin 06cfb1ceb9 :new: 实现了异常捕获模块 il y a 3 ans
  fslongjin 14374d5faf :wrench: 优化了虚拟机启动脚本 il y a 3 ans
  fslongjin d0cd77799c :new: 定义了寄存器在入栈后的偏移量 il y a 3 ans
  fslongjin a632e72ed3 :wrench: 修改一些编译相关的宏 il y a 3 ans
  fslongjin 4c438ce64d :new: 设置门的宏定义 il y a 3 ans
  fslongjin cfd0f76059 :new: 设置了IDT,装载了TSS到GDT中。实现了第一个简易的中断处理函数ignore_int il y a 3 ans