Spyke

Replies

Comment on

First FAT32 support for my OS (D.eSystem 6.1.2)

Reply in thread

I srarted in Juli 2024 with OS simulators in scratch.mit.edu,then in January 2026 I switched to Python OS simulators and in April 2026 I switched to C based OS simulators,and then in June 2026 I started real OS development with the early alpha versions of D.eSystem like 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.4.5 alpha

Comment on

The first final release of my OS (D.eSystem 6.0.8)

Reply in thread

Limine includes its own license file. When I pushed my OS code to the repository, the Limine folder (with its license) was automatically included because it is part of the bootloader. I removed the misplaced copy of the license from the root directory because it does not apply to my OS. The file couldn’t be cleanly deleted at first, so I renamed it while preparing my own license file. The original Limine license is still correctly located inside the Limine folder.