1. Nov 09, 2023
  2. Oct 04, 2023
  3. Oct 03, 2023
  4. Oct 02, 2023
  5. Sep 29, 2023
  6. Sep 28, 2023
  7. Sep 23, 2023
    • Gijs Burghoorn's avatar
      Implement r0 crate in assembly · 644c8198
      Gijs Burghoorn authored
      This implements the `r0::init_data` and `r0::zero_bss` routines in
      assembly. There is a generic implementation for `riscv32` and
      `riscv64`, since `riscv64` deals with alignment problems. The routines
      are kept at their old calling site so that only one hardware thread
      calls them. Consequently they are also inlined into the `start_rust`
      function.
      
      [Issue #122]
      644c8198
  8. Aug 12, 2023
  9. Aug 11, 2023
  10. Aug 09, 2023
  11. Aug 08, 2023
  12. Jul 23, 2023
  13. Jul 09, 2023
  14. Jul 07, 2023
  15. Jul 06, 2023
  16. Jul 04, 2023