From 776753bfa0c411f4b1a5680409104904961fcbeb Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 18 Oct 2009 18:46:59 +0200 Subject: Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory. --- Source/Library/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Library/Makefile') diff --git a/Source/Library/Makefile b/Source/Library/Makefile index 028e7a4..a4b9b6a 100644 --- a/Source/Library/Makefile +++ b/Source/Library/Makefile @@ -15,6 +15,7 @@ Objects = Common/WChar.class.uo \ Common/Mutex.class.uo \ Common/Heap.class.uo \ Common/Heap-index.class.uo \ + Common/String.class.uo \ Userland/Syscall/Syscall.wtf.uo \ Userland/Syscall/RessourceCaller.class.uo \ Userland/Start.uo -- cgit v1.2.3