I managed to get my own kernel compiled, the issue was that I did not have a console argument specified that I needed (I founded it on another post here)
console=tty0
Needed to be added to my kernel command line args.
Hope this is useful to someone in the future!