Skip to content

Commit 27a113a

Browse files
committed
docs(README.md): explain study method
1 parent 321e845 commit 27a113a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# osdev_rust
22

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.
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. To improve my studies, I try to extensively document several lines of code using my own words, increasing my active study practice.
44

55
## How to test
66

0 commit comments

Comments
 (0)