You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; 3198 bytes of data for the code available (Unless you expand size in kernel and bootloader code)
YOUR_COMMAND_NAME: db "func",0; string to type to execute your command
main_function: ; DONT CHANGE THIS NAME
pushrbp
movrbp,rsp
mov WORD [rsp-4],0x0F59 ; 0x0F - white text with white background, 0x59 - 'Y'. More info about colors - https://en.wikipedia.org/wiki/BIOS_color_attributes
movr10w, WORD [rsp-4]
; minimum address: 0x0B8000
; maximum address: 0x0B8EFE
; each character is combination of 2 characters: 1. Style specification 2. Character itself