fslongjin
|
e806bbc0c8
|
o3能运行
|
2022-08-01 20:55:47 +08:00 |
|
fslongjin
|
58681fd34a
|
O1能跑的代码
|
2022-08-01 19:43:21 +08:00 |
|
fslongjin
|
b2614801ac
|
更新Makefile,提升编译速度
|
2022-08-01 16:03:17 +08:00 |
|
fslongjin
|
a02acbdbe6
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |
|
fslongjin
|
da085f06be
|
将ps2键盘驱动的缓冲区改为kfifo缓冲区
|
2022-07-30 15:43:10 +08:00 |
|
fslongjin
|
1bd4e3e91d
|
修复日志输出函数的bug
|
2022-07-30 11:45:41 +08:00 |
|
fslongjin
|
20bdc183ca
|
fix CWE-468 in xhci.c
|
2022-07-30 11:22:39 +08:00 |
|
fslongjin
|
2a983a8534
|
new: kfifo
|
2022-07-28 19:48:20 +08:00 |
|
fslongjin
|
4bc64de8f9
|
🆕 测定tsc频率
|
2022-07-27 21:05:33 +08:00 |
|
fslongjin
|
08181a7bb8
|
代码格式修正
|
2022-07-27 14:37:26 +08:00 |
|
fslongjin
|
eed9077675
|
bugfix: 当进程在内核态退出后,屏幕刷新软中断会一直保持在pending的状态的bug
|
2022-07-26 16:16:25 +08:00 |
|
fslongjin
|
494bcc1811
|
bitree的单元测试以及bug修复
|
2022-07-26 15:44:01 +08:00 |
|
fslongjin
|
eead936244
|
二叉搜索树: create、 insert
|
2022-07-25 15:46:32 +08:00 |
|
fslongjin
|
2b0b727893
|
🔧 将enable msi的部分更新为使用msi_desc来完成
|
2022-07-25 13:50:03 +08:00 |
|
fslongjin
|
7ca8f42c17
|
new: msi_desc
|
2022-07-25 11:50:15 +08:00 |
|
fslongjin
|
a3b5102a36
|
wrench: 更新Makefile
|
2022-07-25 11:05:30 +08:00 |
|
fslongjin
|
c700737d8e
|
bugfix: Suspicious add with sizeof
|
2022-07-21 21:56:13 +08:00 |
|
fslongjin
|
49bbba17ec
|
完成xhci端口初始化
|
2022-07-21 21:51:33 +08:00 |
|
fslongjin
|
fa1c2bd461
|
xhci控制器初始化(还存在bug,无法reset端口)
|
2022-07-21 20:43:49 +08:00 |
|
fslongjin
|
c9c8147cdf
|
🆕 注册xhci中断
|
2022-07-21 14:03:07 +08:00 |
|
fslongjin
|
20a191d149
|
add start_msi to pci module
|
2022-07-21 12:53:52 +08:00 |
|
fslongjin
|
e7d13b5a6d
|
🆕 disable msi
|
2022-07-21 12:23:46 +08:00 |
|
fslongjin
|
23b3f4c712
|
调整local apic向量表的大小
|
2022-07-21 11:45:38 +08:00 |
|
fslongjin
|
d18a69ac2f
|
new: create ring
|
2022-07-20 18:07:08 +08:00 |
|
fslongjin
|
8e5f769a0e
|
🆕 xhci:匹配usb2、usb3端口
|
2022-07-20 14:29:22 +08:00 |
|
fslongjin
|
10537cd1bc
|
bugfix: cid错误
|
2022-07-20 09:59:25 +08:00 |
|
fslongjin
|
7af8711bbb
|
new: stop legacy
|
2022-07-19 21:17:44 +08:00 |
|
fslongjin
|
22d8fa371d
|
usb ops寄存器
|
2022-07-18 21:22:06 +08:00 |
|
fslongjin
|
aa3f433cd5
|
使mm支持4K虚拟地址映射
|
2022-07-18 16:07:34 +08:00 |
|
fslongjin
|
8b6489dac3
|
caps registers 结构体
|
2022-07-18 11:24:45 +08:00 |
|
fslongjin
|
6ecc19cc48
|
增加了xhci cap regs的数据结构
|
2022-07-17 23:07:09 +08:00 |
|
fslongjin
|
6f5d73771f
|
修改一些小问题
|
2022-07-17 23:06:57 +08:00 |
|
fslongjin
|
afb80d4d6e
|
new: usb控制器检测
|
2022-07-17 17:24:27 +08:00 |
|
fslongjin
|
9ed3eb2ae2
|
bugfix: 修复pci获取设备结构体时类型错误的bug
|
2022-07-17 16:53:00 +08:00 |
|
fslongjin
|
d0ddb73788
|
🔧 include上级文件夹时,统一采用<>来指定文件
|
2022-07-17 15:41:19 +08:00 |
|
fslongjin
|
d53c7bd1c7
|
创建了usb驱动程序文件
|
2022-07-17 14:22:42 +08:00 |
|
fslongjin
|
676260c537
|
🆕 usleep()、nanosleep()
|
2022-07-12 12:01:51 +08:00 |
|
fslongjin
|
4208c56074
|
更改HPET的定时间隔为500us
|
2022-07-12 09:39:35 +08:00 |
|
fslongjin
|
defb9e769c
|
🔧 改用local apic定时器进行进程时间片更新
|
2022-07-11 21:47:28 +08:00 |
|
fslongjin
|
4c9719f477
|
🆕 测量local apic定时器频率
|
2022-07-11 18:40:23 +08:00 |
|
fslongjin
|
eb67b612c4
|
🔧 更改目录结构,将定时器独立出来
将定时器独立出来
|
2022-07-11 11:51:48 +08:00 |
|
fslongjin
|
ee0b5ed3fd
|
设定每次执行的定时任务的最大数量
|
2022-07-11 10:36:33 +08:00 |
|
fslongjin
|
f4891cc8a3
|
🔧 将软中断更改为不可重入
|
2022-07-11 10:24:35 +08:00 |
|
fslongjin
|
1ab51cb334
|
🆕 内核栈反向追踪
|
2022-06-22 23:31:47 +08:00 |
|
fslongjin
|
9ce123418f
|
删了几处无用信息
|
2022-06-10 00:22:14 +08:00 |
|
fslongjin
|
cdbc4a316c
|
bugfix: 修复了无法在除pid=0的进程以外的进程刷新帧缓冲区的bug
|
2022-06-09 23:54:42 +08:00 |
|
fslongjin
|
2a47569473
|
bugfix: exec执行的文件不存在时,自动退出进程。
|
2022-06-09 21:56:32 +08:00 |
|
fslongjin
|
4e04ab9eee
|
🆕 在shell中启动另一个程序
|
2022-06-07 23:18:26 +08:00 |
|
fslongjin
|
d64ddfa0b6
|
debuging...
|
2022-06-02 14:20:53 +08:00 |
|
fslongjin
|
844e66f6bb
|
🐛 修复了键盘控制器被初始化之前,按键被按下,从而导致的收不到键盘中断的问题。
|
2022-05-31 11:50:55 +08:00 |
|