flat assembler
Message board for the users of flat assembler.

Index > OS Construction > menuet kernel

Author
Thread Post new topic Reply to topic
turkosx



Joined: 27 Apr 2025
Posts: 4
turkosx 20 May 2025, 12:23
kernel.asm
mov [0xe020],dword Vesa12_putpixel24 ; Vesa 1.2

vesa12.inc
mov edi,eax ; x Where does this eax and ebx value come from?
mov eax,ebx ; y
Post 20 May 2025, 12:23
View user's profile Send private message Reply with quote
macomics



Joined: 26 Jan 2021
Posts: 1161
Location: Russia
macomics 20 May 2025, 14:05
turkosx wrote:
Where does this eax and ebx value come from?

Code:
~/minuet-source $ grep 'include "vesa12.inc"' ./*    
Post 20 May 2025, 14:05
View user's profile Send private message Reply with quote
turkosx



Joined: 27 Apr 2025
Posts: 4
turkosx 09 Jun 2025, 00:14
mov esi,boot_fonts
call boot_log

boot_log:

ret ; Normally it keeps the address after this call and provides a return, so how does it process the commands after the ret command?

pusha
.......
........
Post 09 Jun 2025, 00:14
View user's profile Send private message Reply with quote
Ville



Joined: 17 Jun 2003
Posts: 315
Ville 09 Jun 2025, 11:34
The ret-command is there to simply disable boot-up messages. Just remove it to enable the function.
Post 09 Jun 2025, 11:34
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.