diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-26 16:38:47 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-26 16:38:47 -0800 |
commit | 22b310e11ac929efffa061fa69ec69571f83d18d (patch) | |
tree | 3dfab8215e531074be9374244390f8a1ee433cc5 | |
parent | 55bdc910ec9ee41d4fef4d4ebf40e51d35e2ac25 (diff) | |
download | mu-22b310e11ac929efffa061fa69ec69571f83d18d.tar.gz |
7409
-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 ab449043..f14a085b 100644 --- a/baremetal/README.md +++ b/baremetal/README.md @@ -17,7 +17,7 @@ That's it: Just your processor, gigabytes of RAM[1], a moderately-sized monitor and a keyboard. -These programs don't convert to ELF, so there's also currently no code/data +These programs don't convert to ELF, and there's also currently no code/data segment separation. Just labels and bytes. Most programs here assume `main` starts at address 0x8000 (1KB or 2 disk |