Do we include the limine documentation inside ours?
How should we organize the module layout?
- The current layout is pretty messy with all the requests in the same module.
- We should probably group requests by category, like video, mp, memory, etc
- We might need a miscalaneous module
Do we use cbindgen? And in what way?
- I don't want to add a dependency for users
- The output doesn't let us put UnsafeCell around any of the fields
- It struggles with some of the macro hacks
Can we keep requests consecutive without needing linker support?
- Maybe an hlist
Can we setup a test suite?




👍
and in pages, the first is bs code, then bs data, then reserved):


