bors[bot] 5091491a1f Merge #498
498: Use pc-keyboard crate for translating scancodes r=phil-opp a=phil-opp

This PR extends the "Hardware Interrupts" post to use the [`pc-keyboard`](https://docs.rs/pc-keyboard/0.3.1/pc_keyboard/index.html) crate for translating scancodes. This enables us to use all keys and not only 0-9 like before.

Thanks to @ZerothLaw for implementing scancode 1 support in `pc-keyboard` and of course @thejpster for writing the crate.

Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
2018-11-17 20:25:00 +00:00
2018-11-17 21:22:44 +01:00
2018-10-28 14:11:32 +01:00
2018-10-20 18:33:41 +02:00
2018-07-01 19:38:01 +02:00
2018-01-19 14:49:04 +01:00

Blog OS

Build Status Join the chat at https://gitter.im/phil-opp/blog_os

This repository contains the source code for the Writing an OS in Rust series at os.phil-opp.com.

Building

You need a nightly Rust compiler and the cargo-xbuild and bootimage tools. You can install the tools by executing the following command:

cargo install cargo-xbuild bootimage

Afterwards you can invoke bootimage build to produce a bootable disk image. Please file an issue if you run into any problems.

To run the image in QEMU, you can execute bootimage run. Note that you need to have QEMU installed.

Posts

The goal of this project is to provide step-by-step tutorials in individual blog posts. We currently have the following set of posts:

Bare Bones

Testing

Interrupts

First Edition Posts

The current version of the blog is already the second edition. The first edition is outdated and no longer maintained, but might still be useful. The posts of the first edition are:

Bare Bones

Memory Management

Exceptions

Additional Resources

License

The source code is dual-licensed under MIT or the Apache License (Version 2.0). This excludes the blog directory.

Description
Languages
HTML 96.5%
SCSS 1.5%
CSS 1.2%
JavaScript 0.4%
Python 0.2%