From 615e3302c9dd358bb64cd56d1f3814ad8d5df84d Mon Sep 17 00:00:00 2001 From: vetch Date: Sat, 4 Jan 2020 19:37:32 +0100 Subject: rearranged files, updated makefile --- TODOs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODOs') diff --git a/TODOs b/TODOs index 23c3458..25efad8 100644 --- a/TODOs +++ b/TODOs @@ -1,6 +1,6 @@ * DONE * Remove duplications in Makefile... i.e. use generic recipes for .c -> .o compilations and many other things, that can be shortened this was -* Implement some basic utilities for us to use (memcpy, printf, etc...) +* DONE * Implement some basic utilities for us to use (memcpy, printf, etc...) * ensure .bss section is zeroed properly in stage2 (stage1 and actual kernel do it in common boot.S file; stage2 doesn't use boot.S); Note, that: - It works as it is right now. If we have no uninitialized static variables in stage2 code, then .bss is probably empty... so this is not really important @@ -19,7 +19,7 @@ * Fix piping with pipe_image -* write some procedures for dumping registers and other stuff (for use in debugging) +* DONE * write some procedures for dumping registers and other stuff (for use in debugging) * learn some asm and write exception handlers withour gcc's "interrupt" function attribute (this is so that we see what's happening - right now gcc hides some things from us...) -- cgit v1.2.3