about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-26 15:34:10 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-26 15:34:10 -0800
commit98eb9bddf488adc0f5b3310fa247a4805806242e (patch)
tree4b77629af0ee54f0de7288e39d15278058461425
parent761001dadc4fbbff674295f6bf0fd6c9026b107a (diff)
downloadmu-98eb9bddf488adc0f5b3310fa247a4805806242e.tar.gz
7406
-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.