| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
The kernel would randomly crash. Turns out I did not zero out the frames
so my page allocator seemed to get into some weird state.
 | 
 | 
Previously this would be hardcoded but now it can be detected by the
bootloader and passed in via the multiboot header.
 | 
 | 
 | 
 | 
The kernel can now fully compile under O3 without any noticable
problems :)
 | 
 | 
If the string is pointed to a very exact location in memory the loop
never finishes.
 | 
 | 
This is to allow both the kernel and the userland to share certain
header files and to make the folder structure a bit more clear.
 |