summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-13 11:23:03 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-13 11:23:03 +0200
commitebb0e5f9fe6707133dacbe70f80831cd1aa5c974 (patch)
tree23ccd04644fcab179812a093545213dec9907943 /BUGS
parented869aa3867d134fb37f586f1db029006677cebb (diff)
downloadabaos-ebb0e5f9fe6707133dacbe70f80831cd1aa5c974.tar.gz
abaos-ebb0e5f9fe6707133dacbe70f80831cd1aa5c974.tar.bz2
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)
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 2 insertions, 1 deletions
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