BOOTBOOT data from assembly

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.
Post Reply
MikyBart
Posts: 21
Joined: Tue Sep 03, 2024 9:21 am
Libera.chat IRC: MikyBart

BOOTBOOT data from assembly

Post by MikyBart »

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
User avatar
iansjack
Member
Member
Posts: 4779
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: BOOTBOOT data from assembly

Post by iansjack »

Post Reply