kurisaw 2292634319 upload kernel files 1 年間 前
..
msvc 2292634319 upload kernel files 1 年間 前
octal 2292634319 upload kernel files 1 年間 前
README.md 2292634319 upload kernel files 1 年間 前
SConscript 2292634319 upload kernel files 1 年間 前

README.md

Because of the history issue, flags in fcntl.h, such as O_CREAT, have difference types of value. Some OS use hex flags and others use octal flags.

In terms of RT-Thread, Keil, IAR and MSVC use octal flags, which is located in the tcntl/octal folder; newlib uses hex flags; musl uses octal flags.