GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
lukas
/
honey-os
Transfer to URL with SHA
Find file
Newer
Older
tree:
cb9dc9713a
Switch branches
×
master
honey-os
/
src
/
kernel
/
include
/ service.h
biosfood
on 3 Jun 2022
82 bytes
read elf data into a new page table
Raw
Blame
History
#ifndef SERVICE_H #define SERVICE_H extern void loadElf(void *fileData); #endif