about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-26 22:57:16 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-26 22:57:16 -0800
commit88d2df2f96c8cb86d1d61b32b47f03a7ff42efbf (patch)
tree19fd30ea05be38e6b67746e4a4f922d29e78d473
parent03708aa5a3d45abad8776bb50fc20f2994e4dbbf (diff)
downloadmu-88d2df2f96c8cb86d1d61b32b47f03a7ff42efbf.tar.gz
7420
-rw-r--r--baremetal/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index 6e47fd96..39d3786a 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -27,4 +27,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](https://wiki.osdev.org/Memory_Map_(x86))
-as our programs grow past the first 512KB of memory.
+as our programs grow past the first 512KB of memory. Writing to random
+locations can damage hardware or corrupt storage devices.