intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Refactor build #63

Closed steveklabnik closed 7 years ago

steveklabnik commented 7 years ago

This PR refactors the build process for the kernel. Now, a simple

$ xargo build --release --target x86_64-unknown-intermezzos-gnu

is enough to build the kernel entirely. See the individual commits for more.

slayerjain commented 7 years ago

what's xargo?

jtdowney commented 7 years ago

@slayerjain https://crates.io/crates/xargo

slayerjain commented 7 years ago

ah nice 👍