From b21d8393b50009b7b378733f07d50dc76c33784e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 31 Jul 2025 08:59:06 +0100 Subject: feat: add CODEOWNERS and update readme. Signed-off-by: Amlal El Mahrouss --- CODEOWNERS | 4 ++++ README.md | 29 +++++++++++++++++++++++++++++ ReadMe.md | 29 ----------------------------- libfdt/README | 4 ---- libfdt/README.md | 4 ++++ 5 files changed, 37 insertions(+), 33 deletions(-) create mode 100644 CODEOWNERS create mode 100644 README.md delete mode 100644 ReadMe.md delete mode 100644 libfdt/README create mode 100644 libfdt/README.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..22e6de3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# owned by amlal@nekernel.org: +/lib/ @amlel-el-mahrouss +/libfdt/ @amlel-el-mahrouss +/src/ @amlel-el-mahrouss \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ac4b47 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# NeBoot + +![ARM64](https://github.com/nekernel-org/neboot/actions/workflows/arm64.yml/badge.svg) +[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) +[![QEMU Tested](https://img.shields.io/badge/QEMU-Tested-success)](#) + +# Brief + +NeBoot is a cross-platform open implementation of a firmware written in C, designed with modularity and portability in mind. + +## Notice for Doxygen: + +Build the documentation using Doxygen's `doxygen` CLI tool. + +## Requirements: + +- [Clang](https://clang.llvm.org/) +- [NASM](https://nasm.us/) +- [Git](https://git-scm.com/) +- GNU Developer Utils (Make, GCC...) + +## Cloning: + +```sh + git clone git@github.com:nekernel-org/neboot.git + cd neboot +``` + +###### Copyright 2024-2025, Amlal El Mahrouss and NeKernel.org Contributors, all rights reserved. diff --git a/ReadMe.md b/ReadMe.md deleted file mode 100644 index 0ac4b47..0000000 --- a/ReadMe.md +++ /dev/null @@ -1,29 +0,0 @@ -# NeBoot - -![ARM64](https://github.com/nekernel-org/neboot/actions/workflows/arm64.yml/badge.svg) -[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) -[![QEMU Tested](https://img.shields.io/badge/QEMU-Tested-success)](#) - -# Brief - -NeBoot is a cross-platform open implementation of a firmware written in C, designed with modularity and portability in mind. - -## Notice for Doxygen: - -Build the documentation using Doxygen's `doxygen` CLI tool. - -## Requirements: - -- [Clang](https://clang.llvm.org/) -- [NASM](https://nasm.us/) -- [Git](https://git-scm.com/) -- GNU Developer Utils (Make, GCC...) - -## Cloning: - -```sh - git clone git@github.com:nekernel-org/neboot.git - cd neboot -``` - -###### Copyright 2024-2025, Amlal El Mahrouss and NeKernel.org Contributors, all rights reserved. diff --git a/libfdt/README b/libfdt/README deleted file mode 100644 index 583cbdc..0000000 --- a/libfdt/README +++ /dev/null @@ -1,4 +0,0 @@ -Flat Device Tree -================ - -A new implementation of fdt compatible with NeBoot. \ No newline at end of file diff --git a/libfdt/README.md b/libfdt/README.md new file mode 100644 index 0000000..583cbdc --- /dev/null +++ b/libfdt/README.md @@ -0,0 +1,4 @@ +Flat Device Tree +================ + +A new implementation of fdt compatible with NeBoot. \ No newline at end of file -- cgit v1.2.3