about summary refs log tree commit diff stats
path: root/baremetal/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-26 16:38:01 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-26 16:38:01 -0800
commit55bdc910ec9ee41d4fef4d4ebf40e51d35e2ac25 (patch)
tree438dcf091d4025160724687f39a08e6050753244 /baremetal/README.md
parent1383e7c74b4d4ae5eaa7208c2c20d2db95a16244 (diff)
downloadmu-55bdc910ec9ee41d4fef4d4ebf40e51d35e2ac25.tar.gz
7408
Diffstat (limited to 'baremetal/README.md')
-rw-r--r--baremetal/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index 2375ad07..ab449043 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -25,5 +25,5 @@ sectors past the BIOS entrypoint). See baremetal/boot.hex for details.
 
 So far the programs have only been tested in Qemu and Bochs emulators.
 
-[1] Though we might need to start thinking of the PC memory map as our
-programs grow past the first 512KB of memory: https://wiki.osdev.org/Memory\_Map\_(x86)
+[1] Though we might need to start thinking of [the PC memory map](https://wiki.osdev.org/Memory_Map_(x86))
+as our programs grow past the first 512KB of memory.