Use Graphics Output Protocol to draw a rectangle
[rrq/jonasforth.git] / os / uefi.asm
index 16fc85d589fd8f147d0187352fc35cf5cdfe1826..10c7627ffbe9042937d76ce73c55b483a06903bd 100644 (file)
@@ -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: