X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=os%2Fuefi.asm;h=16fc85d589fd8f147d0187352fc35cf5cdfe1826;hb=c6c2c1941a030ebda811db613262d317e6041137;hp=10c7627ffbe9042937d76ce73c55b483a06903bd;hpb=61b721d365efaaae4d5ebb8d13972faa697be54b;p=rrq%2Fjonasforth.git diff --git a/os/uefi.asm b/os/uefi.asm index 10c7627..16fc85d 100644 --- a/os/uefi.asm +++ b/os/uefi.asm @@ -58,14 +58,6 @@ 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: