Skip to content

Commit 5d2043f

Browse files
committed
Updated README.md
1 parent d0c2748 commit 5d2043f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ The project was originally conceived to study low-level programming in assembler
88
- [ ] Add file system
99
- [ ] Write interactive shell
1010

11+
# Requirements
12+
13+
If you want to try to run this you have to install some dependenies:
14+
- QEMU (system-i386)
15+
- GCC Cross-Compiler
16+
- Binutils
17+
18+
Learn more about requirements https://wiki.osdev.org/GCC_Cross-Compiler
19+
Soon I will add installation script
20+
1121
# Resources
1222

1323
If you want to learn more or you can not understand something I would
14-
recommend https://wiki.osdev.org
24+
recommend https://wiki.osdev.org. I wrote everything based mainly on the material from this site

0 commit comments

Comments
 (0)