Sin descripción

Andrius Štikonas a6f4f740a2 Merge pull request #69 from gtker/main hace 6 días
aarch64 46b1fd052b Add missing aarch64 define for SET_X2_FROM_X1. hace 1 semana
amd64 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas
armv7l 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas
knight 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas
riscv32 756edce602 Remove untested from RISC-V hace 3 semanas
riscv64 756edce602 Remove untested from RISC-V hace 3 semanas
sys c110f482f0 Another dummy file hace 1 año
uefi 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas
x86 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas
LICENSE 383cacd45c Initial commit hace 4 años
README.md 1c79ea9550 Standardize the naming of all files hace 4 años
bootstrappable.c 93c27f086d Fix armv7l bug and added support for 1_000_000 number strings hace 11 meses
bootstrappable.h eaafd09de1 Make library files more standard hace 3 años
ctype.c ca8fc8fa00 Setup argc and argv in UEFI. hace 2 años
ctype.h ca8fc8fa00 Setup argc and argv in UEFI. hace 2 años
fcntl.c 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. hace 2 años
fcntl.h ddbb235671 ensure needed libraries are read first hace 11 meses
gcc_req.h 080939fa31 First couple string.h functions added hace 3 años
signal.h eaafd09de1 Make library files more standard hace 3 años
stdbool.h 84aa4bbcb1 Change bool define to _Bool hace 2 semanas
stddef.h eaafd09de1 Make library files more standard hace 3 años
stdint.h 684eade53e Add dummy stdint.h hace 1 año
stdio.c 3e580cff97 Fix fgets behaviour when EOF reached hace 8 meses
stdio.h 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. hace 2 años
stdlib.c fd3e240505 Remove incorrect pointer arithmetic from setenv/getenv hace 6 días
stdlib.h 400ddd7836 Implement getenv for x86, amd64, aarch64, riscv32 and riscv64. hace 2 años
string.c 479d53d78c A very rough prototype for strstr hace 1 año
string.h 479d53d78c A very rough prototype for strstr hace 1 año
unistd.h 0437166b70 Remove "const" from arguments for symlink() syscall wrappers hace 3 semanas

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