From 5dfac4879ce5f34503ae7537eefd3fc48d6fa750 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 25 Aug 2021 23:47:08 +0300 Subject: libfdt seems to work At least as far as reading memory info, cool. One issue I have is that .(ro)data is apparently accessed by absolute addresses, so I need to know at which address the kernel is going to be loaded. I would prefer completely position independent code, but if that's not possible then eh. --- include/apos/link.lds.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 include/apos/link.lds.h (limited to 'include/apos/link.lds.h') diff --git a/include/apos/link.lds.h b/include/apos/link.lds.h deleted file mode 100644 index ddb1f65..0000000 --- a/include/apos/link.lds.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef APOS_LINK_LDS_H -#define APOS_LINK_LDS_H - -#ifndef PM_KERN -#define PM_KERN 0 -#endif - -#endif /* APOS_LINK_LDS_H */ -- cgit v1.3