Commit Graph

14 Commits

Author SHA1 Message Date
Kamil Koczurek e0c153a5ed Switch to newest redox-rt 2024-09-23 17:02:42 +02:00
4lDO2 d9bc645185 Switch to v2 scheme format. 2024-06-10 19:59:01 +02:00
bjorn3 57c1bf94b6 Use default alloc error handler in liballoc 2024-03-10 13:46:43 +01:00
bjorn3 c15c6e1dd2 Use the Display impl of PanicInfo 2024-03-10 13:41:53 +01:00
bjorn3 89e0a71d10 Remove unnecessary definition of eh_personality
All crates are compiled with panic=abort and no extern "C-unwind" is
used, so the personality function is referenced by rustc.
2024-03-10 13:40:47 +01:00
bjorn3 2860c0bdfb Remove usage of naked functions 2024-03-10 13:39:11 +01:00
4lDO2 39baa59693 Update dependencies. 2023-10-14 17:08:10 +02:00
4lDO2 d7fd637ca3 Fix warnings. 2023-06-27 16:40:31 +02:00
Jeremy Soller 28c12e0382 Add aarch64 code 2022-08-19 12:51:27 -06:00
Jeremy Soller 00fbd71519 Reduce complexity of arch-specific assembly 2022-08-19 10:05:24 -06:00
Jeremy Soller ff56ac5499 Add x86 32-bit support 2022-07-29 08:58:57 -06:00
4lDO2 6772933553 Don't link directly with relibc, use redox-exec. 2022-07-28 14:21:16 +02:00
4lDO2 da090b007d Serve the initfs scheme here 2022-07-12 14:11:45 +02:00
4lDO2 f174685820 Initial Commit. 2022-07-05 14:06:59 +02:00