aboutsummaryrefslogtreecommitdiff
path: root/kernel/main.c
AgeCommit message (Collapse)Author
2020-08-26Started stack allocator.Marvin Borner
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size.
2020-08-25Added mouse driver and better event systemMarvin Borner
2020-08-24Added moving squareMarvin Borner
2020-08-22Added random number generatorMarvin Borner
2020-08-15Removed vesa from kernelMarvin Borner
2020-08-09Temporary cpu and serial drivers in libcMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner