Commit graph

9 commits

Author SHA1 Message Date
fef
a370ef69f6
config: lower default sched freq to 200 Hz
1 kHz was way too much (the CPU could barely get
anything done in a time window of just 1 ms) and
the task can be put to sleep due to system calls
anyway, so this should be fine.
2021-08-12 16:31:59 +02:00
fef
279397167a
config: set CONFIG_SERIAL_BAUD min to 1200 2021-08-10 13:29:56 +02:00
fef
59db5471ed
malloc: rewrite with atomic support 2021-08-08 20:49:42 +02:00
fef
7ef26f26e9
syscall: add config option to check syscall source 2021-08-01 23:28:25 +02:00
fef
0eea347421
build: actually use linker scripts 2021-08-01 22:53:05 +02:00
fef
4db1702078
stdio: refactor printk to printf and friends 2021-08-01 18:53:22 +02:00
fef
caefad25a8
build: parameterize serial config macros 2021-08-01 16:51:06 +02:00
fef
d20da423ec
fs: implement file abstraction 2021-08-01 04:22:09 +02:00
fef
643d3ed251
build: migrate to CMake 2021-07-31 19:39:51 +02:00
Renamed from kernel/fs/Makefile (Browse further)