Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-10 | kfs: fixed printk | Olivier Gayot | |
every character to be displayed on the screen is two bytes long, not one Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-10-10 | kfs: added the build system | Olivier Gayot | |
it includes a startup file written in assembly, the Makefile and a ld custom script meant to build link the kernel properly. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-10-10 | kfs: fixed compilation of src/main.c | Olivier Gayot | |
multiple issues existed (mainly about cast) have been fixed. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-10-10 | kfs: move the source files to follow the arborescence asked | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |