BOOTBOOT data from assembly
Posted: Sat May 17, 2025 11:13 am
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?
In assembly of course.
Thanks
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?
In assembly of course.
Thanks