Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
hello everyone, I'm writing a kernel in assembly for fun using the BOOTBOOT bootloader.
The reason for this choice is just because it's simple and for my purposes it's more than enough.
The question is this: how do I recover the data passed by the bootloader?
For example the framebuffer data, environment and bootboot data?