rustboot64 icon indicating copy to clipboard operation
rustboot64 copied to clipboard

A tiny 64 bit kernel written in Rust

Results 1 rustboot64 issues
Sort by recently updated
recently updated
newest added

When I try to build rustboot64 (using `make` command), I get this error: ``` ld -T app.ld -o kernel64.sys kernel64.o ld: unknown option: -T make: *** [kernel64.sys] Error 1 ```...