diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-26 17:35:16 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-26 17:35:16 -0800 |
commit | 6ae52d1629e31288073f9fafbec4dd32e796f9c6 (patch) | |
tree | 35a774aa0268150341be32cd43fe1b6319c1378b /baremetal | |
parent | 22b310e11ac929efffa061fa69ec69571f83d18d (diff) | |
download | mu-6ae52d1629e31288073f9fafbec4dd32e796f9c6.tar.gz |
7410
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/README.md b/baremetal/README.md index f14a085b..e2bc81c4 100644 --- a/baremetal/README.md +++ b/baremetal/README.md @@ -4,7 +4,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 + 0. Lots (more than 640KB/1MB[1]) of RAM 1. Pure-graphics video mode (1280x1024 pixels) in 256-color mode. 2. Keyboard |