started organizing console, rudimentary printf, initial device structure
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 13 Aug 2024 00:03:52 +0000 (03:03 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 13 Aug 2024 00:03:52 +0000 (03:03 +0300)
commit19ae642bf33f5c263b0f26971fb24b859853ad9d
treead3839681979b4aaf4a87d178524f1a34326132e
parentef24568fed6f425c130447e8160dd1542459ddc5
started organizing console, rudimentary printf, initial device structure
19 files changed:
kern/src/con.c
kern/src/con.h
kern/src/config.h [new file with mode: 0644]
kern/src/dbg.c [new file with mode: 0644]
kern/src/dbg.h [new file with mode: 0644]
kern/src/dev.c [new file with mode: 0644]
kern/src/dev.h [new file with mode: 0644]
kern/src/file.h [new file with mode: 0644]
kern/src/fs.h [new file with mode: 0644]
kern/src/libc/stdarg.h [new file with mode: 0644]
kern/src/libc/stdio.c [new file with mode: 0644]
kern/src/libc/stdio.h [new file with mode: 0644]
kern/src/libc/string.c [new file with mode: 0644]
kern/src/libc/string.h
kern/src/main.c
kern/src/ser.c [new file with mode: 0644]
kern/src/ser.h [new file with mode: 0644]
kern/src/vid.c
kern/src/vid.h