aboutsummaryrefslogtreecommitdiff
path: root/apps/server.c
AgeCommit message (Collapse)Author
2021-01-08Major IDE/ATA driver rewriteMarvin Borner
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware.
2021-01-08Kinda working VFS implementationMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-11-24Added userspace-based network timeoutMarvin Borner
The network in my whole city is down right now, so I've done some error catching using timeouts etc without the kernel blocking everything. Not having internet is exhausting though :(
2020-11-23Ported sxml libraryMarvin Borner
2020-11-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-22Added HTTP response thingsMarvin Borner
Very specific.
2020-11-21Fixed TCP/HTTP servingMarvin Borner
2020-11-19Reimplemented basic webserverMarvin Borner