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

Latest commit

 

History

History
18 lines (14 loc) · 311 Bytes

File metadata and controls

18 lines (14 loc) · 311 Bytes

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