Commit Graph

9 Commits

Author SHA1 Message Date
98f92a9958 makefile: move pdlibc to extlib, add C++ stub standard headers
It now kind of compiles with x86_64-elf gcc (does not link though)
2021-11-04 20:15:58 +08:00
94ab9ffb41 driver/input: most of the input code 2021-10-28 18:20:02 +08:00
f14df89469 util: add stack_Clear 2021-10-23 21:10:04 +08:00
6bd5e2dbab util: add fixed-size stack 2021-10-23 20:57:29 +08:00
e611bcc760 util: trivially implement queue_Push/Pop 2021-10-23 20:15:41 +08:00
5a4f1cc745 util: export queue_FrontByte correctly 2021-10-23 20:11:37 +08:00
a0c2b8d8fd graphics: render mouse using copying overlay, optimize copying 2021-10-22 00:28:13 +08:00
d6ae83b0a8 util: refactor intmin/max to standalone file 2021-10-10 23:45:47 +08:00
d25da95e1e Initial commit 2021-10-10 14:39:17 +08:00