about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--baremetal/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index 8a29a991..ba379c7e 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -3,6 +3,7 @@ Linux syscalls, the apps in this subdirectory interface directly with hardware.
 
 I'd like to eventually test these programs on real hardware, and to that end
 they are extremely parsimonious in the hardware they assume:
+
   0. Lots (more than 640KB/1MB) of RAM
   1. Pure-graphics video mode (1280x1024 pixels) in 256-color mode.
   2. Keyboard
@@ -12,6 +13,7 @@ That's it:
   * No multitouch, no touchscreen, no mouse
   * No graphics acceleration, no graphics
   * No virtual memory, no memory reclamation
+
 Just your processor, gigabytes of RAM, a moderately-sized monitor and a
 keyboard.