luom / tinyCRT

This project is a summary of what i have learned from book , that is a really great book on linker & loader and C run time library. I will gradually enhance it and add more functionalities in future and make it usable and compact c runtime lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyCRT
=================================================
This project is a summary of what i have learned a great book on linker & loader and C runtime library. I will gradually enhance it and add more functinalities in the future and make it an usable and compacted C runtime libary. 

build
cd src/ and run make to build the code

run 
cd src/ and run ./test

About

This project is a summary of what i have learned from book , that is a really great book on linker & loader and C run time library. I will gradually enhance it and add more functionalities in future and make it usable and compact c runtime lib


Languages

Language:C 96.3%Language:Makefile 3.7%