rust-vmm / linux-loader

Linux kernel loader
Apache License 2.0
182 stars 55 forks source link

Update `load_cmdline` to use `Cmdline` instead of CStr #62

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

The load_cmdline function should take as parameter the crate define Cmdline abstraction.