Skip to content

sorucoder/patchrom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patchrom

Patches a ROM file with a jump table and generates the necessary jump table index definitions.

Installation

For Linux/Mac/etc, install cmake, make, asciidoc, and a C compiler, then:

$ cmake .
$ make
# make install # as root

On Windows, do the same thing under cygwin after installing cmake, your favorite C compiler, and asciidoc.

Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with developers, or ask any other questions about KnightOS, you can hang out in the IRC channel: #knightos on irc.freenode.net.

To report bugs, please create a GitHub issue or contact us on IRC.

If you'd like to contribute to the project, please see the contribution guidelines.

About

Patches jump tables into ROM files and generates an include file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.1%
  • CMake 13.9%