Bug fixes
Fixed unshown windows Fixed color pallete Fixed makepkg to success compilation Add commands checkdev and checkbus
I just seen your issue and looked over the request.
While I definitely appreciate your bug fixes, I don't plan on having any other contributors except for myself. Nothing to say about your fixes though, they seem perfectly fine, but personally I would like to just keep it at as a personal project.
If you do make a fork, I would be glad to test it out and point my viewers to try it out as well for those bug fixes specifically (I can link it when I make my video going over the OS as a whole in a few days). If I can ask, did you run the OS on bare metal? If so, was it something like the palette wasn't initialized in the VGA driver? Or something to do with the compilation? Anyways, thank you for your contribution, I hope you understand where I'm coming from.
Have a good day.
On BareMetal you just need MBR boot support and flash drive. Yes, I ran OsakaOS on bare metal, like other bootable OSes like SkiftOS. For some reason VM is too buggy on my computer, it's a reason. Default VGA palette can be different on some devices, then color would be wrong. Compilation errors, because my compiler tries to use glibc funtion __stack_chk_fail_local, to resolve problem of auto generated funtion we need to use -fno-stack-protector .