Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History

loader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

baz loader

this loader has 2 parts

loader.sht is needed to interract with the loader itself and implement the baz loader standard

use config.h to configure it

example compilation

$ clang loader/loader.c -std=c89 -s -Wall -Wextra -Wpedantic -pedantic -Werror -Wshadow -Ofast -flto -o load

want very optimised flags ? see https://raw.githubusercontent.com/TruncatedDinosour/dotfiles-cleaned/gentoo/dotfiles/config/baz/genoo-cflags.env