Skip to content

Commit 321e845

Browse files
committed
docs(README.md): add initial README.md
1 parent f09adf6 commit 321e845

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# osdev_rust
22

3-
`rustup component add llvm-tools-preview`
4-
`cargo build`
5-
`cargo run`
3+
A toy operating system developed in Rust for hobby and study purposes. The main idea is to work using existing crates, such as `linked_list_allocator`, to later create my own solutions in the areas I am studying. This allows me to evolve within a controlled environment, supported by ready-made tools while conducting experiments.
4+
5+
## How to test
6+
7+
Execute the following commands:
8+
9+
- `rustup component add llvm-tools-preview`
10+
- `cargo build`
11+
- `cargo run`
12+
13+
## References
14+
15+
- https://os.phil-opp.com

0 commit comments

Comments
 (0)