Feat: POSIX signal
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
int mbox_call(unsigned char ch, unsigned int *input)
|
||||
{
|
||||
unsigned int *_mbox = kmalloc((size_t)input[0] + 0xf), *mbox = ALIGN16(_mbox);
|
||||
LOG(_mbox); LOG(mbox); DEBUG((size_t)input[0]);
|
||||
LOG(_mbox); LOG(mbox); DEBUG_THREAD((size_t)input[0]);
|
||||
memcpy(mbox, input, (size_t)input[0]);
|
||||
unsigned int r = (unsigned long)mbox | (unsigned int)(ch&0xf);
|
||||
/* wait until we can write to the mailbox */
|
||||
|
||||
Reference in New Issue
Block a user