Sam Tebbs
Sam Tebbs
Perhaps we should reconsider this, or at least postpone it. Working on the homebrew bootloader to get it to the same level of functionality as grub would take time that...
Agreed. Multiboot compliance (at least what we need of it) would be very nice. Should we close this or keep it open?
> I have a first implementation working. I ended up there when I discovered that alignment faults could not be suppressed without turning on the mmu. Nice, we welcome contribution...
Good point, I hadn't thought about the aspect of using a well-trusted external tool. I did try using mtools but I encountered a lot of fat32 test failures (unexpected sector...
My opinion is that whether deletion is implemented shouldn't be a concern for the code attempting to delete a file, so I don't think it should throw an error. I...
That looks good to me! It's nice that it is similar to `open`. Taking the name to represent the file/dir being deleted rather than a node is a good idea...
I myself have a 3B+ as well so that's what I'll use when I'm doing hardware testing. I guess you could do the same too. I'm not sure what to...
> I have a pine64 rockpro64 that has different hardware than raspberry PIs, I'd be glad using it to test the OS It would actually be really cool to get...
I think it should be part of `DirNode` since it makes sense to have to open the dir in order to list its children. It's also nice to encapsulate operations...
Agreed that it should be the default :+1: .