K Lange

Results 47 issues of K Lange

In order to support the EFI system partition, a FAT driver should be implemented, as should tools to create new FAT partitions.

filesystems

With our use of EFI, GPT is probably the right way to go for partition table support moving forward. - [ ] GPT partition module - [ ] GPT partition...

filesystems

The ext2 driver has been rather unstable since it first gained write support. Currently, I believe the biggest problems relate to creating new directory entries, as well as removing existing...

kernel
filesystems

- ~~[ ] `genext2fs` - which has always been annoying for a lot of users. Either with our own ext2 filesystem generator (which would help improve / fix our ext2...

During my hiatus from ToaruOS in late 2020/early 2021, and as part of developing Kuroko, I started adopting javadoc/doxygen-style code comments which are now well supported in Bim. Kuroko's web...

Several ports from 1.2.x are not yet available: - ~~Binutils: missing a few libc functions.~~ - ~~GCC: needs libstdc++~~ - ~~SDL: unstested~~ works - ~~Bochs: untested, needs SDL~~ works -...

- [x] Make everything reentrant. - Will help with compiling across multiple threads. - Compiler should suffer no performance impact from carrying around a context object. - [ ] Expose...

This ticket is a draft release notes and TODO list for Kuroko 1.3, the next major release. 1.3 will follow 1.2.5. Features: - [x] Optimized method invocation instructions - [x]...

Create a pure Kuroko module providing the `subprocess.Popen` interfaces.