UEFI port of stage0
Go to file
Andrius Štikonas e7bd0b67ab hex0.S: Use push rax to allocate stack space instead of sub rsp, 32.
Easier to encode to hex0 and also more efficient for smaller allocations
such as sub rsp, 16.
2022-07-17 12:50:29 +01:00
Development Update hex0_AMD64_POSIX.hex0 2022-07-16 18:53:32 +01:00
LICENSES Add high level prototype for hex0. 2022-07-06 17:53:13 +01:00
amd64/Development hex0.S: Use push rax to allocate stack space instead of sub rsp, 32. 2022-07-17 12:50:29 +01:00
.gitignore Add a skeleton file for eventual assembly port of hex0. 2022-07-10 16:24:23 +01:00