mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
fix(net): improve network stability and resource management
This commit is contained in:
@@ -118,6 +118,7 @@ typedef struct __attribute__((packed)) {
|
||||
|
||||
// Loads the ELF executable at 'path' using fat32 into the pagemap given by user_pml4.
|
||||
// Returns entry point address on success, or 0 on failure.
|
||||
uint64_t elf_load(const char *path, uint64_t user_pml4, size_t *out_load_size);
|
||||
struct process;
|
||||
uint64_t elf_load(const char *path, uint64_t user_pml4, size_t *out_load_size, struct process *proc);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user