maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Unix-like kernel written in Rust

Results 24 maestro issues
Sort by recently updated
recently updated
newest added

A nice way to allow people to look at a new OS: https://bellard.org/jslinux/ https://copy.sh/v86/ Maybe you like to host a copy of that for Maestro. You only need to serve...

IMO that would hugely help the project. It would be lower the barrier for experimenting with the system. Maybe you can leverage some GitHub automation to do that when you...

Splitting off from llenotre/maestro#3 because that issue has two concerns listed in it. > I am currently thinking about switching the license. A lot of people made that remark. >...

After installing, I tried to mount the filesystems from the host in order to copy files over. I could mount `/boot` but only after fixing tons of `e2fsck` errors, I...

Created a new VM under Workstation Pro Linux 17.5.0. Pretty basic VM, single core 256MB RAM, 1GB IDE HDD. It could easily be something related to the VMWare machine I...

There is a broken link in the documentation. The old link does not work anymore, so I replaced it. https://software.intel.com/content/dam/develop/public/us/en/documents/325462-sdm-vol-1-2abcd-3abcd.pdf --> https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html These broken link was found with [link-inspector](https://github.com/justindhillon/link-inspector). If...

``` $ cargo build Compiling macros v0.1.0 (/Users/brandon/Desktop/maestro/macros) Compiling maestro v0.1.0 (/Users/brandon/Desktop/maestro) error: failed to run custom build command for `maestro v0.1.0 (/Users/brandon/Desktop/maestro)` Caused by: process didn't exit successfully: `/Users/brandon/.cargo/target/debug/build/maestro-7fa53f85575e3aad/build-script-build`...