Skip to content

Commit

Permalink
add the .a artifacts to the tree for the asm.S
Browse files Browse the repository at this point in the history
these are just sync'd to the asm.S and checked in.

Eventually, we should migrate that .S file into using
in-line assembly macros, but now that I look at it, I remember
why it hasn't been done yet -- there are some fancy conditionals
used to enable compatibility with different architectures that
I don't know off the top of my head how to translate into
in-line assembly syntax.
  • Loading branch information
bunnie committed Jan 6, 2024
1 parent c3f3ef9 commit d44ab2f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 0 deletions.
Binary file modified kernel/bin/riscv32i-unknown-none-elf.a
Binary file not shown.
Binary file modified kernel/bin/riscv32imac-unknown-none-elf.a
Binary file not shown.
Binary file modified kernel/bin/riscv32imac-unknown-xous-elf.a
Binary file not shown.
Binary file modified kernel/bin/riscv32imc-unknown-none-elf.a
Binary file not shown.
Binary file modified kernel/bin/riscv64gc-unknown-none-elf.a
Binary file not shown.
Binary file modified kernel/bin/riscv64imac-unknown-none-elf.a
Binary file not shown.

0 comments on commit d44ab2f

Please sign in to comment.