Add: programs time and read

This commit is contained in:
xamidev
2024-08-25 11:25:46 +02:00
parent cde6bb4522
commit b1e4ef8ad2
7 changed files with 46 additions and 202 deletions

View File

@@ -26,7 +26,7 @@ CHECKSUM equ -(MAGIC_NUMBER + FLAGS + HEADER_LEN)
; Tags? (28bytes)
; Tag 1 : set graphics mode (only recommended, can be overriden by GRUB)
align 8
dw 5 ; 2
dw 0 ; 2
dd 20 ; 4
@@ -36,8 +36,9 @@ CHECKSUM equ -(MAGIC_NUMBER + FLAGS + HEADER_LEN)
; End of tags
align 8
dw 0 ; 2
dw 0 ; 2
;dw 0 ; 2
dd 8 ; 4
; End of Multiboot 2 header