We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c2748 commit 5d2043fCopy full SHA for 5d2043f
1 file changed
README.md
@@ -8,7 +8,17 @@ The project was originally conceived to study low-level programming in assembler
8
- [ ] Add file system
9
- [ ] Write interactive shell
10
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
21
# Resources
22
23
If you want to learn more or you can not understand something I would
-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