mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 04:50:28 +00:00
Add UEFI support
This is mutually exclusive with Windows support. Documentation for how to use it has been written in libc/runtime/efimain.c
This commit is contained in:
parent
c6c9b5dfde
commit
537c21338b
24 changed files with 1381 additions and 391 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
#define _KCPUIDS_VENDOR() \
|
||||
(((kCpuids[KCPUIDS_0H][KCPUIDS_EBX] >> 000) & 0xff) ^ \
|
||||
((kCpuids[KCPUIDS_0H][KCPUIDS_EDX] >> 010) & 0xff))
|
||||
((kCpuids[KCPUIDS_0H][KCPUIDS_ECX] >> 010) & 0xff))
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NEXGEN32E_VENDOR_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue