summaryrefslogtreecommitdiff
path: root/kjarna/efi/image.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-22 20:05:51 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-22 20:05:51 +0000
commitaec58be40927ec0b2a0e6742396f880d52ce38b5 (patch)
tree5336b9966808a6d0706e7469d239d1dbc11cb3e2 /kjarna/efi/image.c
parente97aa65fc42f08fe666a9a21b69d05ab17231920 (diff)
kjarna runtime
Diffstat (limited to 'kjarna/efi/image.c')
-rw-r--r--kjarna/efi/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjarna/efi/image.c b/kjarna/efi/image.c
index 8af9cfd..c26b588 100644
--- a/kjarna/efi/image.c
+++ b/kjarna/efi/image.c
@@ -89,7 +89,7 @@ static ssize_t load_segments(int fd, Elf64_Ehdr *ehdr, Elf64_Phdr *phdrs, char *
static struct image_buffer load_image(void)
{
- const char *image_entry_path = "\\adasoft\\sophia\\efi.os";
+ const char *image_entry_path = "\\adasoft\\sophia\\kjarna.os";
int image_fd;