Fix path issue for 'os/uefi.asm'
authorJonas Hvid <mail@johv.dk>
Sun, 28 Feb 2021 12:12:00 +0000 (13:12 +0100)
committerJonas Hvid <mail@johv.dk>
Sun, 28 Feb 2021 12:12:00 +0000 (13:12 +0100)
This fixes #2. Looks like I forgot to update the path for this in the last commit
66af56e (Restructure project directories).

src/main.asm

index 73fbc0da59dfce86ab222b4a3efa27974d089631..d1d89fb159a71c3a928867094aa499ee9213c4dc 100644 (file)
@@ -14,7 +14,7 @@
 ;;
 ;; os_terminate
 ;;   Shut down the system, returning the error code given in RAX.
-include 'os/uefi.asm'
+include 'src/uefi.asm'
 
 ;; The code in this macro is placed at the end of each Forth word. When we are
 ;; executing a definition, this code is what causes execution to resume at the