From ebb0e5f9fe6707133dacbe70f80831cd1aa5c974 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 13 Jul 2017 11:23:03 +0200 Subject: added a simple test for malloc/free added a memorymanager initilializer which works on a buffer instead on an offset (thus we can but the heap area also onto the stack for testing) added a kernel_stub module to test modules using kernel_panic (for now, maybe have a callback later) --- BUGS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 0f618d8..8e5ebbe 100644 --- a/BUGS +++ b/BUGS @@ -21,4 +21,5 @@ outside of the library. Then in the libc test directory we have to implement a stub module for instance using some host functions like standard io of the host C library - +- memorymanagement should be a library of the libc or even a standalone + library, not part of the kernel directory -- cgit v1.2.3-54-g00ecf