Brak opisu

Andrius Štikonas 261d549623 Merge pull request #71 from gtker/main 4 godzin temu
aarch64 46b1fd052b Add missing aarch64 define for SET_X2_FROM_X1. 1 miesiąc temu
amd64 cbf165034f Add amd64 mov_rbx,rax instruction 7 godzin temu
armv7l 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 1 miesiąc temu
knight 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 1 miesiąc temu
riscv32 756edce602 Remove untested from RISC-V 1 miesiąc temu
riscv64 756edce602 Remove untested from RISC-V 1 miesiąc temu
sys c110f482f0 Another dummy file 1 rok temu
uefi 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 1 miesiąc temu
x86 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 1 miesiąc temu
LICENSE 383cacd45c Initial commit 4 lat temu
README.md 1c79ea9550 Standardize the naming of all files 4 lat temu
bootstrappable.c 1a9c27e4b2 Removed undefined behavior in int2str 2 tygodni temu
bootstrappable.h eaafd09de1 Make library files more standard 3 lat temu
ctype.c ca8fc8fa00 Setup argc and argv in UEFI. 2 lat temu
ctype.h ca8fc8fa00 Setup argc and argv in UEFI. 2 lat temu
fcntl.c 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. 2 lat temu
fcntl.h ddbb235671 ensure needed libraries are read first 1 rok temu
gcc_req.h 080939fa31 First couple string.h functions added 4 lat temu
signal.h eaafd09de1 Make library files more standard 3 lat temu
stdbool.h 84aa4bbcb1 Change bool define to _Bool 1 miesiąc temu
stddef.h eaafd09de1 Make library files more standard 3 lat temu
stdint.h 684eade53e Add dummy stdint.h 1 rok temu
stdio.c 3e580cff97 Fix fgets behaviour when EOF reached 9 miesięcy temu
stdio.h 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. 2 lat temu
stdlib.c fd3e240505 Remove incorrect pointer arithmetic from setenv/getenv 1 miesiąc temu
stdlib.h 400ddd7836 Implement getenv for x86, amd64, aarch64, riscv32 and riscv64. 2 lat temu
string.c 479d53d78c A very rough prototype for strstr 1 rok temu
string.h 479d53d78c A very rough prototype for strstr 1 rok temu
unistd.h 0437166b70 Remove "const" from arguments for symlink() syscall wrappers 1 miesiąc temu

README.md

Inside is a standard C library for those who need to bootstrap from nothing. As all of the pieces inside will work with M2-Planet and mescc-tools