Sha256: a51ed68b5e399abe6b9caae900878fce34af7e580b93b9eef1f19bcfd17fc3e9
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 Bytes
Contents
# Project layout * app/ - All actual pieces of the kernel code sit here. * app/drivers - Parts of (a) and (b) * app/drivers/iface- Generic interfaces that are suggested to be implemented. * app/drivers/$PLATFORM/ - Platform specific way to implement the interface. See [platform drivers](./platform_drivers.md) for information. * app/kern - The remaining part, your app, the kernel, etc. all live under here.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.12 | docs/project_layout.md |