pull/1/head
Felix Kopp 4 years ago
parent 5b41a9d87a
commit fd4f87d595
No known key found for this signature in database
GPG Key ID: C478BA0A85F75728

@ -40,7 +40,7 @@ void irq_reset(void)
/* There is no userspace yet, so the Kernel gets the entire heap for now */
malloc_init(
&_sheap,
(size_t)(&_sheap) - (size_t)(&_sheap)
(size_t)(&_eheap) - (size_t)(&_sheap)
);
/* start the Kernel */

Loading…
Cancel
Save