126 Commits

Author SHA1 Message Date
fslongjin
24b351c9ec debug信息会输出行号和文件名 2022-04-08 22:59:11 +08:00
fslongjin
232d793627 实现了定时任务队列 2022-04-08 21:26:42 +08:00
fslongjin
b75504c0e5 🐛 修复了list_empty的bug 2022-04-08 21:25:16 +08:00
fslongjin
9828aff985 软中断处理机制 2022-04-08 20:04:12 +08:00
fslongjin
d887f9a0f7 🆕 HPET驱动 2022-04-08 12:20:53 +08:00
fslongjin
8bf4da2afa 注释了一些调试信息 2022-04-08 00:18:58 +08:00
fslongjin
0b66d39998 bug fix 2022-04-08 00:18:45 +08:00
fslongjin
401df84d51 🆕 rtc时钟驱动程序 2022-04-08 00:10:02 +08:00
fslongjin
279de4c7f9 测试IPI 2022-04-07 20:21:28 +08:00
fslongjin
ac2508224e 对多核启动的过程加锁 2022-04-07 17:46:09 +08:00
fslongjin
68c7b52192 bug fix 2022-04-07 16:12:23 +08:00
fslongjin
44029ff37a fix Incorrect Pointer Scaling in slab 2022-04-07 16:10:39 +08:00
fslongjin
cc39911d4d 🐛 解决了ap处理器无法处理异常的bug(原因是设置错了TSS表) 2022-04-06 18:36:56 +08:00
fslongjin
b7df2805ed 存在bug,apu启动后触发异常会Reset 2022-04-06 15:11:14 +08:00
fslongjin
a62454587e 🐛 暂时解决了由于时钟中断导致#DF的问题(用的华强北方法...以后再fix) 2022-04-06 15:06:51 +08:00
fslongjin
32b8a163bb bug: AP处理器发生异常时无法正确处理 2022-04-05 14:40:26 +08:00
fslongjin
cac29db7c5 删除一些日志 2022-04-04 22:54:50 +08:00
fslongjin
d9c7ddec66 支持多核启动并初始化AP核的Local APIC 2022-04-04 22:54:36 +08:00
fslongjin
2d1965fa2d 增加了ksuccess输出 2022-04-04 22:54:02 +08:00
fslongjin
5197253dde 🆕 AP处理器切换到64位模式 2022-04-04 22:30:06 +08:00
fslongjin
5df54732f5 bug fix 2022-04-04 18:50:58 +08:00
fslongjin
60dc9f4932 检测处理器核心数量 2022-04-04 18:42:22 +08:00
fslongjin
e667fff256 🆕 gdb源代码级别调试 2022-04-04 17:46:57 +08:00
fslongjin
6d286be29f 初步完成了ahci驱动程序 2022-04-02 19:14:35 +08:00
fslongjin
21844c8ba4 修复了链表的bug 2022-04-02 19:13:43 +08:00
fslongjin
405f55624d 🆕 写入磁盘扇区 2022-04-02 17:00:19 +08:00
fslongjin
8294e0d12b 🆕 读取SATA磁盘 2022-03-31 00:17:55 +08:00
fslongjin
741aa09b9b 🆕 按照class来读取对应的pci设备的接口 2022-03-30 15:36:00 +08:00
fslongjin
576d9e33d9 add command table data structure 2022-03-25 16:51:57 +08:00
fslongjin
de7583cf31 🆕 ahci的FIS数据结构 2022-03-25 16:46:08 +08:00
fslongjin
2f3f8868ae 🆕 块设备驱动的一些数据结构 2022-03-25 16:45:52 +08:00
fslongjin
f4cd6f8811 🆕 使能msi的代码 2022-03-23 00:21:31 +08:00
fslongjin
08fa7b5358 🆕 能成功遍历pci总线下的设备 2022-03-22 18:02:37 +08:00
fslongjin
db3749ece4 🆕 递归枚举pci总线上的设备 2022-03-21 23:44:17 +08:00
fslongjin
5e9bd1d44e 🆕 读取pci设备header 2022-03-21 20:39:14 +08:00
fslongjin
5c3a472310 🆕 pci驱动的数据结构 2022-03-21 18:34:49 +08:00
fslongjin
046bce39a9 ata_disk_handler 2022-03-21 17:13:15 +08:00
fslongjin
b28f7d9c0d 🆕 新增了ata驱动程序 2022-03-20 21:35:36 +08:00
fslongjin
71d6af78d8 解决了一些小问题 2022-03-18 19:18:36 +08:00
fslongjin
75eea551e6 🐛 解决了在支持acpi2.0的bios上,无法获取rsdt的问题(目前没有使用xsdt) 2022-03-18 19:18:22 +08:00
fslongjin
8272257757 鼠标驱动程序的bug真不知道怎么改了...x先放着再说 2022-03-17 23:34:10 +08:00
fslongjin
2bb63e8e87 鼠标驱动已知bug: 数据包大小不正确 2022-03-17 22:38:23 +08:00
fslongjin
a75fa791e7 已知bug:平台不提供rsdpv1时,会出现bug 2022-03-17 22:37:47 +08:00
fslongjin
b3cbd3caa2 🆕 鼠标驱动(有bug,还不能用) 2022-03-17 20:51:14 +08:00
fslongjin
95dc53bda8 🐛 输出负数时出错 2022-03-17 20:05:24 +08:00
fslongjin
a5feaebb73 fix some string 2022-03-17 18:00:00 +08:00
fslongjin
1e52bbe901 🐛 修复\b的bug 2022-03-17 00:17:23 +08:00
fslongjin
1333afd703 🆕 键盘驱动 2022-03-17 00:00:28 +08:00
fslongjin
cc1e126959 🐛 修复了printk在画面滚动时产生的画面撕裂问题 2022-03-17 00:00:00 +08:00
fslongjin
f95fa63972 🐛 修复了printk在输出\t时,背景颜色不正确的bug,以及屏幕滚动的bug 2022-03-16 23:45:01 +08:00