1
1
Fork 0

Stuff. And thing. Yeaaaaah!

This commit is contained in:
Lauren Toivanen 2023-06-14 20:06:27 +03:00
parent 3d7140b3fc
commit 968ea605d8
Signed by: jt
GPG key ID: 9151B109B73ECAD5
3 changed files with 37 additions and 25 deletions

View file

@ -21,7 +21,7 @@ MULTIBOOT_CHECKSUM equ -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAG
; dd 0 ; video mode_type (0:fb, 1:txt) (set flags[2]!)
; dd 1024 ; video width
; dd 768 ; video height
; dd 32 ; video depth
; dd 24 ; video depth
section '.bss' writable align 16
stack_bottom: