Open 9xbt opened 1 year ago
is it possible to detect cosmos running on laptop and read battery status (charging, discharging, percentage). i think it is possible to implement
yes that can be implemented
i would wait for https://github.com/CosmosOS/Cosmos/pull/2288 but
is it possible to detect cosmos running on laptop and read battery status (charging, discharging, percentage). i think it is possible to implement
That would be cool
okay yeah nice but how can i detect when the pc wants to shut down @zarlo
oh i know! we need to override power functions. better rewrite entire power class with ability to stop shutdown/restart
but i dont know if we can detect acpi button rn
okay
Basic ACPI support already existed for a long time, however we need an ACPI interrupter and to handle the SCI.
Is this fixed @MishaTy ?
Nope, still need to figure out how to port LAI correctly as my port has stack issues
ACPI has functions like detect cpu temp, standby, get oem, etc. but, rsdt has fadt, we can use usb mouse or keyboard?
we can use usb mouse or keyboard?
it will help us make drivers for it as it will give use access to better timers
Is there an updates?
Is there an updates?
Yes LAI is being ported to Cosmos by @MishaProductions
is there update again? its going great, i think
I want to detect when the user presses the phisical power button on the PC and save unsaved progress to disk and then shut down and it seems like that feature is not implemented. Can Cosmos devs implement it? Thanks