-
- Downloads
Merge branch 'master' of github.com:/avikivity/osv
Add serial console * 'master' of github.com:/avikivity/osv: boot: initialize .bss loader: create a JVM loader: run an initialization function in libjvm.so elf: perform relocations on looked-up symbols elf: rename dynamic tag lookkup to dynamic_tag() elf: add lookup function to get a fully typed function elf: load program as an object, not via a function runtime: define environ pthread: add pthread_{getspecific,setspecific,key_create} mutex: stub implementation elf: dump name of symbol which we failed to look up runtime: define 'timezone' elf: core provides libdl.so functions Conflicts: Makefile
No related branches found
No related tags found
Showing
- Makefile 6 additions, 1 deletionMakefile
- arch/x64/boot.s 7 additions, 1 deletionarch/x64/boot.s
- arch/x64/loader.ld 1 addition, 0 deletionsarch/x64/loader.ld
- bootfs.manifest 0 additions, 1 deletionbootfs.manifest
- elf.cc 85 additions, 33 deletionself.cc
- elf.hh 41 additions, 10 deletionself.hh
- loader.cc 13 additions, 1 deletionloader.cc
- mutex.cc 17 additions, 0 deletionsmutex.cc
- mutex.hh 11 additions, 0 deletionsmutex.hh
- pthread.cc 39 additions, 0 deletionspthread.cc
- runtime.cc 5 additions, 0 deletionsruntime.cc
Loading
Please register or sign in to comment