Maxime Villard writes: | Shouldn't we make kern_malloc take a size_t? In the end it calls kmem_alloc | which does take a size_t.
Someone else's decision, I am not sure of all of the ramifications. | The reason we should not use __nothing is because it leaves unused | variables, and causes warnings. Yes, I was kind of expecting that - but b5 is faster doing builds than I can do them, so I was just going to wait until the next one of those happened, and then clean up whatever needed it, But you did all that already. kre