Revert support for Linux backend
[rrq/jonasforth.git] / os / uefi.asm
index 10c7627ffbe9042937d76ce73c55b483a06903bd..16fc85d589fd8f147d0187352fc35cf5cdfe1826 100644 (file)
@@ -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: