2023-05-21 |
acevest | 添加disk测试逻辑 |
commit | commitdiff | tree | snapshot |
2023-05-21 |
acevest | 改善panic时的cpu满载情况 |
commit | commitdiff | tree | snapshot |
2023-05-20 |
acevest | 重写delay系统调用;添加测试任务 |
commit | commitdiff | tree | snapshot |
2023-05-20 |
acevest | disk request舍弃completion方案 |
commit | commitdiff | tree | snapshot |
2023-05-20 |
acevest | 删除semaphore __down里的enable_irq和disable_irq |
commit | commitdiff | tree | snapshot |
2023-05-19 |
acevest | fix sleep_on |
commit | commitdiff | tree | snapshot |
2023-05-19 |
acevest | preempt_count改为irq_reenter |
commit | commitdiff | tree | snapshot |
2023-05-19 |
acevest | 重写了fork拷贝页目录逻辑和页写保护逻辑 |
commit | commitdiff | tree | snapshot |
2023-05-18 |
acevest | PCI IDE DMA 修改 |
commit | commitdiff | tree | snapshot |
2023-05-18 |
acevest | 添加注释 |
commit | commitdiff | tree | snapshot |
2023-05-17 |
acevest | 回退在bochs上无法正确读取PCI的代码 |
commit | commitdiff | tree | snapshot |
2023-05-17 |
acevest | 硬盘提示信息修改 |
commit | commitdiff | tree | snapshot |
2023-05-17 |
acevest | PCI端口新的更直观的操作模式 |
commit | commitdiff | tree | snapshot |
2023-05-17 |
acevest | 定义CRx寄存器的比特位 |
commit | commitdiff | tree | snapshot |
2023-05-17 |
acevest | get_npd -> get_npde; get_npt -> get_npte |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | 挪动tss相关代码 |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | debug script |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | 扩大root_task_entry的调用栈 |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | 关中断执行print* |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | 开中断执行中断函数 |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | 解决在Mac M1机器上用qemu无法完成调度的问题 |
commit | commitdiff | tree | snapshot |
2023-05-16 |
acevest | sysenter后内核在开中断的情况下执行系统调用 |
commit | commitdiff | tree | snapshot |
2023-05-15 |
acevest | 支持两种指定sysenter的esp的方式 |
commit | commitdiff | tree | snapshot |
2023-05-15 |
acevest | bochs boot from cdrom; improve mkiso.sh |
commit | commitdiff | tree | snapshot |
2023-05-15 |
acevest | 添加从docker中生成iso的脚本 |
commit | commitdiff | tree | snapshot |
2023-05-15 |
acevest | fix mkiso |
commit | commitdiff | tree | snapshot |
2023-05-15 |
acevest | fix missing .note.GNU-stack section implies executable... |
commit | commitdiff | tree | snapshot |
2023-05-14 |
acevest | Merge branch 'dev' of github.com:acevest/kernel into dev |
commit | commitdiff | tree | snapshot |
2023-05-14 |
acevest | 支持通过iso启动内核 |
commit | commitdiff | tree | snapshot |
2022-02-05 |
acevest | 修改Makefile使之能在MacOS Apple Silicon的Docker Linux下编译 |
commit | commitdiff | tree | snapshot |
2022-01-12 |
acevest | 修改Makefile使之能在MacOS Apple Silicon的Docker Linux下编译 |
commit | commitdiff | tree | snapshot |
2021-11-27 |
acevest | ide ata disk 驱动程序使用 completion_t 来等待磁盘操作 |
commit | commitdiff | tree | snapshot |
2021-11-27 |
acevest | 添加completion_t |
commit | commitdiff | tree | snapshot |
2021-11-27 |
acevest | 将wait_queue_head_t的定义移回wait.h |
commit | commitdiff | tree | snapshot |
2021-11-26 |
acevest | 支持bootmem的64bit区段 |
commit | commitdiff | tree | snapshot |
2021-11-24 |
acevest | 触发重启的时候,在执行重启前等待3秒钟 |
commit | commitdiff | tree | snapshot |
2021-11-24 |
acevest | printd暂时先用固定内存 |
commit | commitdiff | tree | snapshot |
2021-11-24 |
acevest | fix在x86_64的机器上可用的内存地址的低32bit可能出现回绕的问题 |
commit | commitdiff | tree | snapshot |
2021-11-22 |
acevest | 向ide_drive_t添加present字段 |
commit | commitdiff | tree | snapshot |
2021-11-22 |
acevest | 读取4个IDE Drive是否有效 |
commit | commitdiff | tree | snapshot |
2021-11-22 |
acevest | ata pio 判断4个驱动器是否存在 |
commit | commitdiff | tree | snapshot |
2021-11-21 |
acevest | 加入按扇区读硬盘功能 |
commit | commitdiff | tree | snapshot |
2021-11-21 |
acevest | TASK_RUNNING 改成 TASK_READY; 将磁盘请求放到内核任务里执行 |
commit | commitdiff | tree | snapshot |
2021-11-21 |
acevest | rename __do_wait to prepare_to_wait |
commit | commitdiff | tree | snapshot |
2021-11-18 |
acevest | 在发送读硬盘命令前和wait的时候关中断,解决硬盘中断快于wait的问题 |
commit | commitdiff | tree | snapshot |
2021-11-17 |
acevest | 添加wait_event用于替换sleep_on |
commit | commitdiff | tree | snapshot |
2021-11-17 |
acevest | fix semaphore |
commit | commitdiff | tree | snapshot |
2021-11-16 |
acevest | ata用中断读IENTIFY时不再用waitqueue |
commit | commitdiff | tree | snapshot |
2021-11-16 |
acevest | ata用中断+waitqueue读信息 |
commit | commitdiff | tree | snapshot |
2021-11-16 |
acevest | ata用中断读IENTIFY时不再用sleep_on |
commit | commitdiff | tree | snapshot |
2021-11-15 |
acevest | ide irq read mbr |
commit | commitdiff | tree | snapshot |
2021-11-15 |
acevest | ide irq read ata identify |
commit | commitdiff | tree | snapshot |
2021-11-15 |
acevest | preempt_cnt从task_union中提出来做为全局变量 |
commit | commitdiff | tree | snapshot |
2021-11-15 |
acevest | 代码整理 |
commit | commitdiff | tree | snapshot |
2021-11-15 |
acevest | kernel_task不把名字传递给内核函数入口,直接在do_fork里赋值 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | task的state字段添加volatile关键字修饰 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | 完善硬盘驱动程序 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | 修复root_task的栈,空出ss, esp, eflags |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | 在读硬盘IDENTIFY的时候禁止硬盘触发中断 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | 将ATA操作pci command的bus master的代码移动到ata_dma_read_ext和硬盘中断函数里 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | fix 切换tty光标位置不正确的问题 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
acevest | fix slub system |
commit | commitdiff | tree | snapshot |
2021-11-13 |
acevest | 拆分slub和kmem |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | 添加对PCI代码的注释 |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | add pci members |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | use bus master ide register name in I/O operation |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | fix在qemu中pci ide ata硬盘DMA读不到数据的问题 |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | fix pci_write_config_{byte|word|long}没有写往正确寄存器的bug |
commit | commitdiff | tree | snapshot |
2021-11-11 |
acevest | 已经实现了在bochs上的LBA48的DMA读,但是qemu还不行,qemu能触发中断,但没读到数据 |
commit | commitdiff | tree | snapshot |
2021-11-10 |
acevest | 开始重写ATA硬盘驱动程序,目前已经获取硬盘基本信息,包括是否支持DMA和LBA48,还有硬盘大小 |
commit | commitdiff | tree | snapshot |
2021-11-09 |
acevest | fix ide register name |
commit | commitdiff | tree | snapshot |
2021-11-09 |
acevest | pci dump |
commit | commitdiff | tree | snapshot |
2021-11-08 |
acevest | 修复让任务进入WAIT状态不断把TCB加入delay_tasks链表的问题 |
commit | commitdiff | tree | snapshot |
2021-11-08 |
acevest | set .bochsrc to fix i8253/4 too fast under bochs |
commit | commitdiff | tree | snapshot |
2021-11-08 |
acevest | 让user任务进入wait状态 |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | hightlight system monitor text |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | 将光标颜色与输出字符颜色相统一 |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | 删除vga.c用tty替代 |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | new tty for printk |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | fix 在内核初始化阶段按键盘导致后续无法触发键盘中断的问题 |
commit | commitdiff | tree | snapshot |
2021-11-07 |
acevest | 初始化VBE;建立到视频缓冲区物理地址的页映射;并测试 |
commit | commitdiff | tree | snapshot |
2021-11-06 |
acevest | 从vbe中读出显存物理地址并建立地址映射 |
commit | commitdiff | tree | snapshot |
2021-11-06 |
acevest | upgrade multiboot to multiboot2 |
commit | commitdiff | tree | snapshot |
2021-11-05 |
acevest | print multiboot info |
commit | commitdiff | tree | snapshot |
2021-11-05 |
acevest | upgrade multiboot |
commit | commitdiff | tree | snapshot |
2021-11-05 |
acevest | add kernel.sym |
commit | commitdiff | tree | snapshot |
2021-11-05 |
acevest | print sched cnt |
commit | commitdiff | tree | snapshot |
2021-11-05 |
acevest | 用新的方式跳转到用户态 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | fix multiboot params |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | fix compile warnings |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | 加快bootmem初始化 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | 加快内存信息初始化 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | mov include/boot/*.h to boot/ |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | kmalloc 如果没有找到合适的kmem_cache_t就分配失败 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
acevest | remove init.h |
commit | commitdiff | tree | snapshot |
2021-11-03 |
acevest | 进入ring3 |
commit | commitdiff | tree | snapshot |
2021-11-03 |
acevest | cr3字段统一处理成物理地址 |
commit | commitdiff | tree | snapshot |
2021-11-03 |
acevest | 准备ring3的地址映射 |
commit | commitdiff | tree | snapshot |
2021-11-03 |
acevest | 准备降级到ring3 |
commit | commitdiff | tree | snapshot |
2021-11-03 |
acevest | 三个不同优先级的内核进程开始运行 |
commit | commitdiff | tree | snapshot |
next |