We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816f393 commit 0a1f320Copy full SHA for 0a1f320
part2/Readme.md
@@ -1,14 +1,8 @@
1
-#Os dev part 1
+# Os dev part 2
2
3
-Welcome to make your first os
+Include:
4
+ filesystem (all)
5
+ ram support(to make initrd image run: ``` sudo mkinitramfs -o targets/x86_64/iso/boot/grub/initrd.img```
6
-Download this template and make the cross-compiler and add it to $PATH variable
-Then run ```make``` and ```make build-x86_64```
7
-
8
-This episode includes :
9
-1. A file system
10
-2. VGA support(a little bit)
11
12
13
- That's all. Se ya'll next episode
14
+That's all.
+
0 commit comments