RWTH-OS / eduOS-rs

A teaching operating system written in Rust
https://rwth-os.github.io/eduOS-rs/
Apache License 2.0
412 stars 26 forks source link

Use MacPorts as it ships with i386-elf binutils package #2

Closed stv0g closed 6 years ago

stv0g commented 6 years ago

Using macports has the advantage that we can skip the manual installation of binutils.

stlankes commented 6 years ago

Yeah, but I need x86_64-elf binutils. As far as I know, does MacPorts only support i386-elf.

stv0g commented 6 years ago

Ich glaube schon: https://www.macports.org/ports.php?by=name&substr=x86_64-elf-binutils

Damit hat es zumindestens bei mir gebaut.

Macports liefert auch ein rust-src Paket. Aber das ist bestimmt kein Nightmare snapshot

stlankes commented 6 years ago

Hm, I have forgotten that MacPorts supports x86_64. I will extend the README with a description of MacPorts.

stlankes commented 6 years ago

I added a note to the README.