implement malloc() using the C programming language.
Name:
92010-07-24 10:48
>>12 >>9 No, I don't think that's right. Especially that bit about the segfault... where did that come from?
obviously, since you reference a memory region which you have no access rights to.
what i said must be correct, given that memory is handled pagewise and you cannot just access the next address without risking corrupting memory (not to mention that it has to be in the ldt).