matos/core
Mathieu Maret 288663ad58 Import ringbuffer implementation
From https://git.mathux.org/mathieu/ringbuffer
2021-11-05 23:31:28 +01:00
..
alloc.c allocArea: implement allocPhy failure case 2021-10-29 23:18:15 +02:00
alloc.h malloc: fix recursivity with areaAlloc 2021-10-29 12:34:33 +02:00
allocArea.c allocArea: implement allocPhy failure case 2021-10-29 23:18:15 +02:00
allocArea.h malloc: fix recursivity with areaAlloc 2021-10-29 12:34:33 +02:00
assert.h Reduce assert stack depth 2021-11-03 23:37:44 +01:00
cpu_context.h Userspace with a syscall 2021-11-04 11:40:53 +01:00
errno.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
io.h ATA add write and some test 2021-10-06 10:45:03 +02:00
kernel.h Add ATA 2021-10-03 23:19:00 +02:00
klibc.c Add alternative memcpy implementation 2021-09-15 21:58:06 +02:00
klibc.h Wrap IRQ with ASM 2021-10-08 11:24:02 +02:00
list.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
main.c load userspace from disk 2021-11-05 23:02:23 +01:00
math.c Style: harmonize formatting 2020-04-27 00:14:51 +02:00
math.h Fix headers 2019-05-15 23:20:03 +02:00
mem.c malloc: fix recursivity with areaAlloc 2021-10-29 12:34:33 +02:00
mem.h Allow to unref unrefered page 2021-10-27 17:26:49 +02:00
minmax.h Get mem mapping from bootloader 2021-01-23 00:47:06 +01:00
mmuContext.h Integrate MMU context 2021-10-30 00:28:31 +02:00
multiboot.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
process.c add context switch in thread 2021-11-02 21:24:12 +01:00
process.h add context switch in thread 2021-11-02 21:24:12 +01:00
ringbuffer.c Import ringbuffer implementation 2021-11-05 23:31:28 +01:00
ringbuffer.h Import ringbuffer implementation 2021-11-05 23:31:28 +01:00
segment.h Wrap IRQ, Exception, cpu_context to be ready for user 2021-10-27 00:14:22 +02:00
stack.c Style: harmonize formatting 2020-04-27 00:14:51 +02:00
stack.h Initial kthread implementation 2020-04-23 14:49:42 +02:00
stdarg.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
synchro.c rename struct kthread in thread 2021-10-30 14:08:12 +02:00
synchro.h Add mutex implementation 2020-07-08 23:08:50 +02:00
syscall.c load userspace from disk 2021-11-05 23:02:23 +01:00
syscall.h load userspace from disk 2021-11-05 23:02:23 +01:00
thread.c Userspace with a syscall 2021-11-04 11:40:53 +01:00
thread.h Userspace with a syscall 2021-11-04 11:40:53 +01:00
time.c Add read_cycle_counter 2021-09-15 21:51:58 +02:00
time.h Add read_cycle_counter 2021-09-15 21:51:58 +02:00
types.h add context switch in thread 2021-11-02 21:24:12 +01:00
wait.c Rename kthread to thread 2021-10-30 14:29:12 +02:00
wait.h Rename kthread to thread 2021-10-30 14:29:12 +02:00