Added second kernel memory allocator and deallocator - kzmem, default is still old...
commitb07fbf0d85e4b0f333b1732c7dc14da7c8ed3dfa
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 10 Nov 2008 19:34:44 +0000 (10 20:34 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 10 Nov 2008 19:34:44 +0000 (10 20:34 +0100)
treedb2ebb3f0102938a065a04d3a465979b2c16fcb1
parent1cff897676a128099c7c63f923acda85ad862387
Added second kernel memory allocator and deallocator - kzmem, default is still old kmem; added check box in
kernel config for kzmem mm; added pow () functionto libm; fixed scanf () and added %f support; fixed xline ()
function - drawing in all sides in all angles;
kernel/core/mm/kzmem.c [new file with mode: 0755]
libm/pow.c [new file with mode: 0755]