X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=os%2Fuefi.asm;h=10c7627ffbe9042937d76ce73c55b483a06903bd;hb=fe5967a09f12cc09640d8284ac6f554ee3bf4357;hp=16fc85d589fd8f147d0187352fc35cf5cdfe1826;hpb=d8a61fe84d4b71c21c4ce18a9b7bc78000db725a;p=rrq%2Fjonasforth.git diff --git a/os/uefi.asm b/os/uefi.asm index 16fc85d..10c7627 100644 --- a/os/uefi.asm +++ b/os/uefi.asm @@ -58,6 +58,14 @@ struct EFI_INPUT_KEY ;; }}} +macro os_code_section { + section '.text' code readable executable +} + +macro os_data_section { + section '.data' readable writable +} + section '.text' code executable readable os_initialize: