Added build type detection, simplified legacy BIOS booting on x86_64

This commit is contained in:
Jozef Nagy 2025-01-25 19:53:01 +01:00
parent 0236209e95
commit 1fc97f9c5f
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
18 changed files with 298 additions and 107 deletions

View file

@ -54,4 +54,4 @@ SECTIONS
}
}
/*__bss_size = (__bss_end - __bss_start) >> 3;*/
__bss_size = (__bss_end - __bss_start) >> 3;