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 8f89f91 commit 020a5e2Copy full SHA for 020a5e2
SUMMARY.md
@@ -1,5 +1,6 @@
1
-### Summary
+# Summary
2
3
+* [introduction](README.md)
4
* [Introduction about the x86 architecture and about our OS](Chapter-1/README.md)
5
* [Setup the development environment](Chapter-2/README.md)
6
* [First boot with GRUB](Chapter-3/README.md)
@@ -18,4 +19,6 @@
18
19
* EXT2 read-only filesystems
20
* Standard C library (libC)
21
* UNIX basic tools: sh, cat
-* Lua interpreter
22
+* Lua interpreter
23
+* Memory management: physical and virtual
24
+
0 commit comments