ld: implement an actual program loader
This commit is contained in:
7
sys/ld/resolve.h
Normal file
7
sys/ld/resolve.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef RESOLVE_H_
|
||||
#define RESOLVE_H_
|
||||
|
||||
extern void _dl_runtime_resolve(void);
|
||||
extern virt_addr_t dl_runtime_resolve(unsigned int slot);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user