Initialize Linux kernel source tree for AcreetionOS with HWE focus#2
Open
Initialize Linux kernel source tree for AcreetionOS with HWE focus#2
Conversation
- Create standard kernel directory structure (arch, drivers, fs, include, init, ipc, kernel, mm, net, scripts) - Update README.md with AcreetionOS project details and ArttulOS Project credits - Add Kbuild and Makefile with GPL-2.0 headers - Create CI/CD pipeline with linting and build checks - Add Copilot instructions for memory safety and defensive coding - Add .gitignore for build artifacts - Add Makefiles to all core directories with GPL-2.0 headers Co-authored-by: spivanatalie64 <246875753+spivanatalie64@users.noreply.github.com>
…kefile - Remove duplicate *.swp, *.orig, and modules.* entries - Consolidate editor backup files section - Remove lib/ directory reference from Makefile (not yet implemented) Co-authored-by: spivanatalie64 <246875753+spivanatalie64@users.noreply.github.com>
…ove secret check - Remove duplicate *.gcno entry from .gitignore - Fix CI workflow to use ARCH=x86 instead of x86_64 (matches Makefile) - Improve hardcoded secret check to fail explicitly when secrets found Co-authored-by: spivanatalie64 <246875753+spivanatalie64@users.noreply.github.com>
- Add global permissions block with contents: read - Add explicit permissions to each job - Set minimal permissions for completion job (no permissions needed) Co-authored-by: spivanatalie64 <246875753+spivanatalie64@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Initialize Linux kernel source tree for AcreetionOS
Initialize Linux kernel source tree for AcreetionOS with HWE focus
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scaffolds a Linux kernel repository for AcreetionOS (ArttulOS Project) emphasizing hardware enablement, high availability (99.9% uptime), and accessibility.
Structure
arch/,drivers/,fs/,include/,init/,ipc/,kernel/,mm/,net/,scripts/Build System
-std=gnu89)-mno-sse,-mno-mmx,-mno-sse2,-mno-3dnow,-mno-avx)-fstack-protector-strong,-fno-delete-null-pointer-checks)vmlinux,clean,distcleanCI/CD
contents: read)Developer Guidelines
.github/copilot-instructions.mdenforces:Documentation
README.mdhighlights chronic-pain-accessible OS development focus and HWE philosophy for modern hardware support.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.