NiChrome
NiChrome copied to clipboard
An open ChromeOS distro with a Go-based userland, X11, and upspin support. (WIP)
The NiChrome build assumes an Ubuntu machine; Debian is not close enough. No problem, just open an Ubuntu VM instance on a cloud provider like GCP and build there. It...
We've found on one chromebook with a fan that the fan is never being managed. We'll need an ACPID. We can try the one from tinycore.
As discussed on https://github.com/u-root/u-root/pull/734 let's use u-root's pkg/cmdline package for command line parsing instead of the more error-prone string split
usb command prints a mountain of useless tcz information when it builds. It should only print anything when something fails. Currently, usb "silently" (by overwhelming you with output that looks...
Currently we fetch the following assets when running usb.go: - The Linux Kernel - Linux Firmware - Vboot - Chrome I propose that we move cloning these resources to the...
all the certs are rejected if we boot with the wrong date.
It's currently a little hard to see the difference between the root shell and the non root shell. It would be nice to have a more distinct prompt.
The USB command cannot find the kernel CONFIG if it isn't executed from the top level package directory. I'm not sure if this is something we'd like to fix.