Kamil Kowalczyk kamkow1
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 23:28:58 +01:00
aa32f2374f Include lib build dirs
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 23:25:38 +01:00
af66f1ed44 libioutil Implement a file reader
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 23:18:51 +01:00
0ca5f0a3f3 CI ln -sf
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 23:03:38 +01:00
cc5dd25cd6 CI fix ln -s llvm-ar
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 22:54:44 +01:00
e75d80fdab CI install llvm-19 (for llvm-ar)
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 22:47:17 +01:00
58c515e90a Create libioutil, implement a filewriter
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 19:49:58 +01:00
27afd57427 Flanterm LF as new line, reformat LICENSE.txt
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 19:39:33 +01:00
a566917ee9 Remove SCHED_REAP_FREQ
kamkow1 pushed to master at kamkow1/mop3 2026-03-02 00:12:13 +01:00
68f6aef215 Fix checking if cpu->proc_current != NULL
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 22:59:08 +01:00
9043c4f9ec Implement waiting for process, CE add command cancelation, rctx many cpus
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 14:12:43 +01:00
858e55118b CE Improve ls entry type hint
6313191b9b CE fix amout of chars printed to file in redirection
a4c485587e FatFS add dir checks
1571469685 rename VD to TEMP
Compare 4 commits »
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 13:42:09 +01:00
e61545c4cf CE improved tokenizer
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 12:04:24 +01:00
a5d5e7d6a4 Add write_file () syscall, CE implement redirections, libarena arena_realloc ()
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 01:52:13 +01:00
abd85744cc Add create_file syscall, CE mkfile command, FatFS formatting fixes
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 00:35:19 +01:00
eb55a6de21 Fix CE ls on non-directory filesystem paths
a3b98fcaa2 Rename read syscall, vfs_read and so to xxx_read_file
Compare 2 commits »
kamkow1 pushed to master at kamkow1/mop3 2026-03-01 00:00:31 +01:00
0533c2705d fat_io_lib finally works, implement virtual partition devices, manage devices via string keys
kamkow1 pushed to master at kamkow1/mop3 2026-02-26 23:33:06 +01:00
baa13fb695 fat_io_lib port WIP
kamkow1 pushed to master at kamkow1/mop3 2026-02-25 21:21:45 +01:00
9758d79303 CE implement a pratt parser
kamkow1 pushed to master at kamkow1/mop3 2026-02-25 18:27:54 +01:00
961bf54ec1 CE allocate tokens with arena
kamkow1 pushed to master at kamkow1/mop3 2026-02-25 18:21:03 +01:00
f846edf0ff Add arena allocator library