mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Replace unsupported highlight syntax with normal code blocks
This commit is contained in:
@@ -139,7 +139,7 @@ To create the ELF _executable_, we need to [link] the object files together. We
|
||||
[link]: https://en.wikipedia.org/wiki/Linker_(computing)
|
||||
[linker script]: https://sourceware.org/binutils/docs/ld/Scripts.html
|
||||
|
||||
```
|
||||
```ld
|
||||
ENTRY(start)
|
||||
|
||||
SECTIONS {
|
||||
|
||||
Reference in New Issue
Block a user