Bläddra i källkod

Update Readme

Philipp Oppermann 8 år sedan
förälder
incheckning
bc7fa6ea98
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -1,9 +1,7 @@
 # multiboot2-elf64
 [![Build Status](https://travis-ci.org/phil-opp/multiboot2-elf64.svg?branch=master)](https://travis-ci.org/phil-opp/multiboot2-elf64)
 
-An experimental Multiboot 2 crate for ELF-64 kernels. It's very incomplete and completely untested. I wrote it for the [blog OS project](https://github.com/phil-opp/blog_os).
-
-Contributions welcome! **If someone wants to maintain this crate, please contact me!**
+An experimental Multiboot 2 crate for ELF-64 kernels. It's still incomplete, so please open an issue if you're missing some functionality. Contributions welcome!
 
 It uses the Multiboot 1.6 specification at http://nongnu.askapache.com/grub/phcoder/multiboot.pdf and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.