Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

programble/how2os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How 2 OS

Dependencies

  • clang
  • nasm
  • qemu
  • cross-linker

Building a cross-linker

curl -O http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.gz
tar -xf binutils-2.27.tar.gz
cd binutils-2.27
./configure --target i386-none-elf
make -j4
make install
which i386-none-elf-ld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published