Gurinder Singh

Results 43 issues of Gurinder Singh

Check every use of `unsafe` in the crate and make sure it is sound.

Such as IpAddress and OpaqueImage etc. in lib.rs

The goal is surface three objects, `StdIn`, `StdOut` and `StdErr` like in the Rust std lib instead of `Console`. Console could still be retained possibly for things like changing console...

Add a module called `boot` which exposes PXE and DHCP functions in an ergonomic way. It should provide the following functionality: - Running DHCP - Running PXE - Accessing stored...

stdin() and stdout() Now create new instances of io objects on each call. See if we can return a reference and it's ergonomic enough.