mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Do not request a specific resolution
This commit is contained in:
parent
78cc9fa642
commit
9f70ff9621
@ -60,8 +60,8 @@ FramebufferTag_Start:
|
|||||||
.word 5
|
.word 5
|
||||||
.word 1
|
.word 1
|
||||||
.long FramebufferTag_End - FramebufferTag_Start
|
.long FramebufferTag_End - FramebufferTag_Start
|
||||||
.long 1280
|
.long 0
|
||||||
.long 720
|
.long 0
|
||||||
.long 32
|
.long 32
|
||||||
FramebufferTag_End:
|
FramebufferTag_End:
|
||||||
.align 8
|
.align 8
|
||||||
@ -69,7 +69,7 @@ EGATextSupportTag_Start:
|
|||||||
.word 4
|
.word 4
|
||||||
.word 0
|
.word 0
|
||||||
.long EGATextSupportTag_End - EGATextSupportTag_Start
|
.long EGATextSupportTag_End - EGATextSupportTag_Start
|
||||||
.long 1 /* https://www.gnu.org/software/grub/manual/multiboot2/html_node/Console-header-tags.html */
|
.long 0 /* https://www.gnu.org/software/grub/manual/multiboot2/html_node/Console-header-tags.html */
|
||||||
EGATextSupportTag_End:
|
EGATextSupportTag_End:
|
||||||
.align 8
|
.align 8
|
||||||
AlignedModulesTag_Start:
|
AlignedModulesTag_Start:
|
||||||
|
@ -55,7 +55,7 @@ InfoRequestTag_Start:
|
|||||||
.long 20 /* EFI 64-bit Image Handle Pointer */
|
.long 20 /* EFI 64-bit Image Handle Pointer */
|
||||||
.long 21 /* Load Base Address */
|
.long 21 /* Load Base Address */
|
||||||
InfoRequestTag_End:
|
InfoRequestTag_End:
|
||||||
/*.align 8
|
.align 8
|
||||||
FramebufferTag_Start:
|
FramebufferTag_Start:
|
||||||
.word 5
|
.word 5
|
||||||
.word 1
|
.word 1
|
||||||
@ -63,13 +63,13 @@ FramebufferTag_Start:
|
|||||||
.long 0
|
.long 0
|
||||||
.long 0
|
.long 0
|
||||||
.long 32
|
.long 32
|
||||||
FramebufferTag_End:*/
|
FramebufferTag_End:
|
||||||
.align 8
|
.align 8
|
||||||
EGATextSupportTag_Start:
|
EGATextSupportTag_Start:
|
||||||
.word 4
|
.word 4
|
||||||
.word 0
|
.word 0
|
||||||
.long EGATextSupportTag_End - EGATextSupportTag_Start
|
.long EGATextSupportTag_End - EGATextSupportTag_Start
|
||||||
.long 1 /* https://www.gnu.org/software/grub/manual/multiboot2/html_node/Console-header-tags.html */
|
.long 0 /* https://www.gnu.org/software/grub/manual/multiboot2/html_node/Console-header-tags.html */
|
||||||
EGATextSupportTag_End:
|
EGATextSupportTag_End:
|
||||||
.align 8
|
.align 8
|
||||||
AlignedModulesTag_Start:
|
AlignedModulesTag_Start:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user