intermezzOS / kernel

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

kernel v2 #125

Closed steveklabnik closed 6 years ago

steveklabnik commented 6 years ago

This PR contains a total re-do from scratch of the kernel. Following @phil-opp 's latest work here allows us to do everything in a cross-platform manner, and not need any assembly code to get going!

This PR technically regresses functionality in that all of the keyboard stuff is gone, but I wanted to re-write it anyway.

This fixes a lot of Issues; most related to building, but some other ones that it makes irrelevant:

Fixes #123 Fixes #118 Fixes #110 Fixes #85 Fixes #79 Fixes #78 Fixes #76 Fixes #75 Fixes #74 Fixes #69 Fixes #53

steveklabnik commented 6 years ago

Appveyor is being weird and not showing intermezzos yet; I'm going to give it some time and see if it's just some weird caching thing.