Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-26 | Started 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-25 | Added mouse driver and better event system | Marvin Borner | |
2020-08-24 | Added moving square | Marvin Borner | |
2020-08-22 | Added random number generator | Marvin Borner | |
2020-08-15 | Removed vesa from kernel | Marvin Borner | |
2020-08-09 | Temporary cpu and serial drivers in libc | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |