You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matos/core
Mathieu Maret 44fa5967dd
Fix uninitialized variable
1 week ago
..
alloc.c alloc: no need from slab >= PAGE_SiZE 8 months ago
alloc.h alloc: no need from slab >= PAGE_SiZE 8 months ago
allocArea.c Various small fix 1 year ago
allocArea.h malloc: fix recursivity with areaAlloc 1 year ago
assert.h Reduce assert stack depth 1 year ago
cpu_context.h Add support for syscall with more than 3 args 1 year ago
elf.c Fix uninitialized variable 1 week ago
elf.h Implement brk syscall simple case 7 months ago
errno.h Style: harmonize formatting 3 years ago
io.h ATA add write and some test 2 years ago
kernel.h Add ATA 2 years ago
klibc.c Add memmove to klibc 4 weeks ago
klibc.h Add memmove to klibc 4 weeks ago
list.h Correct totologic warning 2 months ago
main.c Implement brk syscall simple case 7 months ago
math.c Style: harmonize formatting 3 years ago
math.h Fix headers 4 years ago
mem.c mem: Correct physical mem for code bank 8 months ago
mem.h Allow to unref unrefered page 1 year ago
minmax.h Get mem mapping from bootloader 2 years ago
mmuContext.h Integrate MMU context 1 year ago
multiboot.h Style: harmonize formatting 3 years ago
process.c Implement brk syscall simple case 7 months ago
process.h Implement brk syscall simple case 7 months ago
ringbuffer.c Add locked ring buffer 1 year ago
ringbuffer.h Add locked ring buffer 1 year ago
segment.h Wrap IRQ, Exception, cpu_context to be ready for user 1 year ago
stack.c Various small fix 1 year ago
stack.h Initial kthread implementation 3 years ago
stdarg.h Various small fix 1 year ago
synchro.c Add semaphore 1 year ago
synchro.h Add semaphore 1 year ago
syscall.c Implement brk syscall simple case 7 months ago
syscall.h Implement brk syscall simple case 7 months ago
thread.c Userspace with a syscall 1 year ago
thread.h Userspace with a syscall 1 year ago
time.c Add read_cycle_counter 2 years ago
time.h Add read_cycle_counter 2 years ago
types.h add context switch in thread 1 year ago
uaccess.c Add locked ring buffer 1 year ago
uaccess.h Add locked ring buffer 1 year ago
uaddrspace.c Test alloc on several page 7 months ago
uaddrspace.h OnDemand paging for heap 7 months ago
wait.c Add semaphore 1 year ago
wait.h Add semaphore 1 year ago