Skip to content

Commit

Permalink
Fix readme to properly reflect source state
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Jan 26, 2015
1 parent 55a2dd1 commit d56608b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ Rust Bare-Bones Kernel

This is designed to be a rust equivalent of the OSDev.org Bare\_Bones article, presenting the bare minimum you need to get started.


Requirements
---
* A recent (1.0alpha) build of rustc
* A suitable cross-compiling copy of binutils (i586-elf or x86\_64-elf)
* A copy of the libcore source in .../libcore (synlink will do)


Features
---
* x86 and x86\_64 (amd64) "ports"
* Initial paging for both (with higher-half)
* Serial output using the classic PC serial port, passing through the rust `::core::fmt` interface
* Serial output using the classic PC serial port
* Links with libcore


Requirements
Todo List
---
* A recent (1.0alpha) build of rustc
* A suitable cross-compiling copy of binutils (i586-elf or x86\_64-elf)
* A copy of the libcore source in .../libcore (synlink will do)
* Send serial output via `::core::fmt`

0 comments on commit d56608b

Please sign in to comment.