Skip to content

Commit 1d94a44

Browse files
committed
Remove navigation link in the footer
1 parent 4c60083 commit 1d94a44

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

Chapter-1/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ The OS will be built for the x86 architecture, running on 32 bits, and compatibl
3333
* API Posix
3434
* LibC
3535
* "Can" run a shell or some executables like Lua, ...
36-
37-
<table><tr><td>&larr; Previous</td><td><a href="../Chapter-2/README.md" >Next &rarr;</a></td></tr></table>

Chapter-2/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,3 @@ make run
6262
The documentation for qemu is available at [QEMU Emulator Documentation](http://wiki.qemu.org/download/qemu-doc.html).
6363

6464
You can exit the emulator using: \<Ctrl-a x\>.
65-
66-
<table><tr><td><a href="../Chapter-1/README.md" >&larr; Previous</a></td><td><a href="../Chapter-3/README.md" >Next &rarr;</a></td></tr></table>

Chapter-3/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,3 @@ losetup -d /dev/loop1
172172

173173
* [GNU GRUB on Wikipedia](http://en.wikipedia.org/wiki/GNU_GRUB)
174174
* [Multiboot specification](https://www.gnu.org/software/grub/manual/multiboot/multiboot.html)
175-
176-
<table><tr><td><a href="../Chapter-2/README.md" >&larr; Previous</a></td><td><a href="../Chapter-4/README.md" >Next &rarr;</a></td></tr></table>

Chapter-4/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ FLAG= $(INCDIR) -g -O2 -w -trigraphs -fno-builtin -fno-exceptions -fno-stack-pr
6565
ASM=nasm
6666
ASMFLAG=-f elf -o
6767
```
68-
69-
<table><tr><td><a href="../Chapter-3/README.md" >&larr; Previous</a></td><td><a href="../Chapter-5/README.md" >Next &rarr;</a></td></tr></table>

Chapter-5/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,3 @@ u32 Io::inl(u32 ad){
193193
return _v;
194194
}
195195
```
196-
197-
<table><tr><td><a href="../Chapter-4/README.md" >&larr; Previous</a></td><td><a href="../Chapter-6/README.md" >Next &rarr;</a></td></tr></table>

Chapter-6/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,3 @@ void init_gdt(void)
121121
next: \n");
122122
}
123123
```
124-
125-
<table><tr><td><a href="../Chapter-5/README.md" >&larr; Previous</a></td><td><a href="../Chapter-7/README.md" >Next &rarr;</a></td></tr></table>

Chapter-7/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,3 @@ _asm_int_%1:
248248
```
249249

250250
These macros will be used to define interrupt segment that will prevent corruption of the different registries, it will be very usefull for multitasking.
251-
252-
<table><tr><td><a href="../Chapter-6/README.md" >&larr; Previous</a></td><td><a href="../Chapter-8/README.md" >Next &rarr;</a></td></tr></table>

Chapter-8/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ In a paged system, each process may execute in its own 4gb area of memory, witho
1616

1717
![Processes memories](./processes.png)
1818

19-
20-
<table><tr><td><a href="../Chapter-7/README.md" >&larr; Previous</a></td><td><a href="../Chapter-9/README.md" >Next &rarr;</a></td></tr></table>

0 commit comments

Comments
 (0)