Commit Graph

11 Commits

Author SHA1 Message Date
03f0ec6f88 feat: Vfs and Ext2 support. Code style/attribute improvements
Added VFS and Ext2 support.
Optimized attributes of methods to improve code highlighting.
Printf attribute, malloc attribute, etc.
2021-10-06 21:45:15 +02:00
a7bd154c32 feat: made string.h and string.c more compliant 2021-08-30 19:47:39 +02:00
94c6332e27 feat: added task names 2021-08-12 20:22:00 +02:00
8152ad6e9a feat: added sling url decomposition 2021-03-26 22:16:59 +01:00
f120b104e5 feat: some extensions to kernel standard c library. Other minor
improvements and formats
2021-03-26 19:57:07 +01:00
77c8dca72a feat: implemented errno, strtol. Started ustar. Reformatted headers and
code. Added some self-tests. Started prepwork for vfs.
2021-03-14 21:14:22 +01:00
586b8191b4 feat: reformatted code base to be more standard 2021-03-10 22:01:13 +01:00
dc4bf71b5a feat: added cross compiler and moved headers to include dir 2021-03-09 19:45:20 +01:00
76792dd6fd feat: moved block dev loop to a daemon task. Fixed bug in string.c and
main loop
2021-03-01 21:42:35 +01:00
9f72d4bb1a feat: introduced tasking, added paging (no vm), moved malloc, added
syscalls, other stuff
2021-02-27 11:46:26 +01:00
9986d95dbb feature: a lot of stuff and got to a working command line ish 2021-02-01 22:31:21 +01:00