Skip to content

Commit c235ead

Browse files
committed
Merge pull request 0xAX#378 from Alcaro/boot-fixes
Fix a huge pile of issues
2 parents 63d0455 + 8c1b322 commit c235ead

File tree

4 files changed

+87
-84
lines changed

4 files changed

+87
-84
lines changed

Booting/linux-bootstrap-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct card_info {
213213
};
214214
```
215215

216-
is in the `.videocards` segment. Let's look in the [arch/x86/boot/setup.ld](https://github.com/0xAX/linux/blob/master/arch/x86/boot/setup.ld) linker file, we can see there:
216+
is in the `.videocards` segment. Let's look in the [arch/x86/boot/setup.ld](https://github.com/0xAX/linux/blob/master/arch/x86/boot/setup.ld) linker script, where we can find:
217217
218218
```
219219
.videocards : {

0 commit comments

Comments
 (0)