intermezzOS / kernel

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

Chapter three source #20

Closed BrendanBuono closed 8 years ago

BrendanBuono commented 8 years ago

This commit addresses #15 #16 and #17. There was no source code for 3.4 so I didn't include it.

I considered writing bash scripts with the commands run for each section, but figured it was easy enough to add if wanted.

varjmes commented 8 years ago

As far as I can tell, this looks great!

steveklabnik commented 8 years ago

Thanks!!!

I considered writing bash scripts with the commands run for each section,

Yeah, since they're just one command, a script might be overkill. Maybe just add one line per thing in travis.yml?

steveklabnik commented 8 years ago

(Or maybe we should set up a Makefile at the top-level. I dunno.)

BrendanBuono commented 8 years ago

Yea, I considered the travis.yml as well, but since these are historical references for the book and not live code, I didn't think it was the best idea. A Makefile in the chapter_03 might be best

steveklabnik commented 8 years ago

Let me open a new issue about it.