liumos
liumos copied to clipboard
A toy operating system which supports NVDIMM natively.
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
`make` command fails on M1 Mac because LLVM 8 requires the x86_64 architecture and the toolchain can't be installed. ``` (liumos) $ make ... /opt/homebrew/opt/llvm@8/bin/clang++ -DLIUMOS_LOADER -target x86_64-pc-win32-coff -fno-stack-protector -fno-exceptions...
When I enter some files like logo.ppm, the liumos halts. How can I recover from this state, except for reboot? In addition, is it possible to execute several ELF files...
Panic happens when guitestrust.bin and other GUI applications are executed in liumos. I think this is caused by the commit 9eca4359d9764755cad8954daa2a1e25dc117cae. ``` (liumos)$ guitestrust.bin LOAD program header idx: 0x1 LOAD...
it sometimes happen right after boot.
Anker PowerExpand+ 7-in-1 USB-C PD https://www.amazon.co.jp/dp/B07RRWZHL6 ``` Bus 002 Device 007: ID 0bda:8153 Realtek Semiconductor Corp. USB 10/100/1000 LAN Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.20 bDeviceClass 0 bDeviceSubClass...
- https://www.chromium.org/quic/playing-with-quic if we can generate a statically-linked binary of this example, maybe we can support QUIC?
for example: ``` (liumos)$ httpclient.bin --ip 10.0.2.2 --port 8888 \ --path /index.html ```