Add VantisOS v1.5.0 Bootable ISO Build#74
Merged
Conversation
- Multiboot-compliant x86 kernel with serial/VGA output - Quantum computing simulation module - Post-quantum cryptography support - initramfs with installer and shell - Complete build system (Makefile + build.sh) - GRUB bootloader configuration
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
- Fixed double mutable borrow in fs/ramfs.rs (create_file, create_dir) - Fixed signature borrow conflict in quantum/pqcrypto.rs - Fixed self.amplitudes double borrow in quantum/mod.rs (pauli_x) - Fixed self borrow conflict in shell/menu.rs (handle_event) - Fixed multiple borrow conflicts in shell/window.rs - Fixed literal out of range in lib.rs - Added workspace directive to kernel Cargo.toml - All kernel modules now compile successfully Phase 3 features included: - Update system module - Archive support (zip, tar, compression, encryption) - UI/Shell system (desktop, taskbar, menu, explorer, window) - Post-quantum cryptography module - Additional filesystems (ramfs, devfs, procfs)
Contributor
Author
Update: Borrow Checker Fixes Applied ✅All 11 borrow checker errors have been resolved in this branch. Fixes Applied:
Build Status:The kernel now compiles successfully with no errors (83 warnings remain). |
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.
Summary
Test Results
Successfully tested in QEMU:
VantisOS v1.5.0 'Quantum Ready'messageFiles Added
iso_build/kernel.asm- Assembly kernel sourceiso_build/kernel/- Rust kernel modulesiso_build/initramfs/- Initial RAM filesystemiso_build/build.sh- Build scriptiso_build/Makefile- Build systemiso_build/README.md- Documentation