diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-22 15:58:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-22 16:09:53 +0100 |
| commit | 573a8c6b490a080cf728cdcb11e5a14ddf50556d (patch) | |
| tree | 1352f00980494065ff1b2bc14b6f94c3341ea85b /usr/src/foo.S | |
| parent | dcda5731ecbbce70edeaa7662e9ea0fc190a1943 (diff) | |
| download | fbos-573a8c6b490a080cf728cdcb11e5a14ddf50556d.tar.gz fbos-573a8c6b490a080cf728cdcb11e5a14ddf50556d.zip | |
usr: Rename foo/bar to fizz/buzz
When creating the user space binaries I forgot about their proper names,
which is funny on its own. Anyways, let's get them the name they were
intended.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
alksjdlkajd
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'usr/src/foo.S')
| -rw-r--r-- | usr/src/foo.S | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/foo.S b/usr/src/foo.S deleted file mode 100644 index c26b550..0000000 --- a/usr/src/foo.S +++ /dev/null @@ -1,13 +0,0 @@ -.global _start -.text - -_start: - li a7, 1 - la a0, foo - ecall -.Loop: - j .Loop - -.section .rodata -foo: - .string "foo\n" |
