Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

objmv - A tool to rename sections

libhermit-rs is a unikernel, where the kernel is linked as library to the application. To separate the kernel from the application, objmv is used to rename all code, data and bss sections to .ktext, .kdata and .kbss. It based on the tool objcopy and is only tested on Linux.

$ # rename all sections
$ objmv libtest.a

About

A tool to rename sections for libhermit-rs

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.