Skip to content

Commit

Permalink
add link to the buddy_system_allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Nov 25, 2024
1 parent 3ac033a commit e58667d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ eduOS-rs is derived from following tutorials and software distributions:
1. Philipp Oppermann's [excellent series of blog posts][opp].
2. Erik Kidd's [toyos-rs][kidd], which is an extension of Philipp Opermann's kernel.
3. The original version of [eduOS][stlankes], which was the old teaching kernel written in C.
4. eduOS-rs' uses a memory allocator, which is derived from the [buddy_system_allocator][buddy].

[opp]: http://blog.phil-opp.com/
[kidd]: http://www.randomhacks.net/bare-metal-rust/
[stlankes]: http://rwth-os.github.io/eduOS/
[rust-barebones-kernel]: https://github.com/thepowersgang/rust-barebones-kernel
[acsos]: http://www.os.rwth-aachen.de/
[buddy]: https://github.com/rcore-os/buddy_system_allocator

## Requirements to build eduOS-rs
eduOS-rs is tested under Linux, macOS, and Windows.
Expand Down

0 comments on commit e58667d

Please sign in to comment.