
https://wiki.osdev.org/User:Omarrx024/VESA_Tutorial
Anyways I have another account is Chu_Meo_E_Then, I sign in this account in another computer then I get blacklisted so I have to use create another account

You need to learn at least a little bit of assembly if you want to write an OS.
Forget that tutorial. You're using Multiboot, so you can edit your Multiboot header to request a framebuffer. You'll find the address of the framebuffer in the boot information structure. You don't need to write any assembly to do that.ShyLittleMeowMeow wrote: ↑Sat Feb 01, 2025 10:48 pmSo I can't manage to follow this tutorial as it is requires in this tutorial
An account by that name doesn't exist. There is an account named "ChuMeoEThen" but it doesn't appear to be banned.
True, I don't know why but, I get blacklisted and thanksAn account by that name doesn't exist. There is an account named "ChuMeoEThen" but it doesn't appear to be banned.
Set bit 2 of the flags and fill in whatever you want for mode_type, width, height, and depth. You can read more about it here.ShyLittleMeowMeow wrote: ↑Sat Feb 01, 2025 11:22 pmI don't understand what do you mean by "edit your Multiboot header to request a framebuffer"
Code: Select all
.set FLAGS, 1<<2