]> Chaos Git - misc/eidos.git/commit
Good chunk of refactoring
authorJon Feldman <chaos.kagami@gmail.com>
Tue, 21 Feb 2017 00:42:58 +0000 (19:42 -0500)
committerJon Feldman <chaos.kagami@gmail.com>
Tue, 21 Feb 2017 00:42:58 +0000 (19:42 -0500)
commitda2a70455db08beee59a388cd91c34f4144afe46
tree07bea4e9818ccb5a21716298879d2e04aac6e659
parentc4b0994d231b6adb36b02004c9dab15245bcd074
Good chunk of refactoring
23 files changed:
Makefile
common/kernel_main.c
common/stdc/dumphex.c [new file with mode: 0644]
common/stdc/memcmp.c
common/stdc/memcpy.c
common/stdc/memmove.c
common/stdc/memset.c
common/stdc/printf.c [new file with mode: 0644]
common/stdc/putc.c [new file with mode: 0644]
common/stdc/puts.c [new file with mode: 0644]
common/stdc/strcatlen.c [new file with mode: 0644]
common/stdc/strlen.c
common/stdc/vsprintf.c [new file with mode: 0644]
i686/gdt.c [new file with mode: 0644]
i686/idt.c [new file with mode: 0644]
i686/timer.c [new file with mode: 0644]
i686/utils.c
include/module_console.h
include/stdc/stdio.h [new file with mode: 0644]
include/stdc/string.h
module/biosvga/module.c
module/console.c
module/serial/module.c