Skip to content

Georgej100/i386-elf-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i386-elf-gcc

This a Docker image for cross compiling on the i386 architecture for OS development

Usage

Ensure you have docker installed with the correct permissions

Run this to build the image (takes a while so be patient)

    docker build -t i386-elf-gcc .  

Add this to your Dockerfile to use it

    FROM i386-elf-gcc

Or try it directly

    docker run -it --rm --name test i386-elf-gcc  

Credits

Thanks to https://github.com/mell-o-tron/MellOs for the setup script

About

A Docker image for the i386-elf-gcc Cross Complier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors