v1.0.0: NeKernel
Cloning
git clone https://github.com/ne-foss/ne-kernel.git --branch v1.0.0What's Changed
- [FEAT] Implement OpenHeFS FileMgr, and semaphores API design rework. by @amlel-el-mahrouss in #125
- [CHORE] Filesystem and panic dump improvements. by @amlel-el-mahrouss in #126
- [FEAT] Buffered and Unbuffered stream types. by @amlel-el-mahrouss in #127
- [CHORE] Update CITATION.cff. by @amlel-el-mahrouss in #128
- [CHORE] KernelTask system for DDK drivers. by @amlel-el-mahrouss in #129
- [FEAT] Add IPXE for network booting purposes. by @amlel-el-mahrouss in #130
- [CHORE] mkfs: Command line fixes and tweaks. by @amlel-el-mahrouss in #132
- [CHORE] Update AUTHORS. by @amlel-el-mahrouss in #133
- [CHORE] Kernel modules updates. by @amlel-el-mahrouss in #134
- [CHORE] BootZ copyright year updates. by @amlel-el-mahrouss in #135
- [CHORE] Added _POSIX_SOURCE and _XOPEN_SOURCE macros. by @amlel-el-mahrouss in #136
- [CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements. by @amlel-el-mahrouss in #137
- [FEAT] CFAtom & Kernel::Atom improvements, doc TypeAtomic. by @amlel-el-mahrouss in #138
- [FEAT] Pthread system by @amlel-el-mahrouss in #139
- [CHORE] Update PR template file. by @amlel-el-mahrouss in #141
- Update README.md by @amlel-el-mahrouss in #142
- [KernelKit] scheduler sleep tracking + mutex priority inheritance by @zer0condition in #143
- [FEAT] Kernel: UTF-8 usage in UserMgr. by @amlel-el-mahrouss in #144
- [FEAT] src! Breaking restructure changes, a new NeKernel file structure. by @amlel-el-mahrouss in #145
New Contributors
- @zer0condition made their first contribution in #143
Full Changelog: v0.1.4...v1.0.0-release