asertcreator

Results 38 comments of asertcreator

is it possible to detect cosmos running on laptop and read battery status (charging, discharging, percentage). i think it is possible to implement

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

idk but something's a bit odd there ``` public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode ) { var xStackItem_ShiftAmount = aOpCode.StackPopTypes[0]; var xStackItem_Value = aOpCode.StackPopTypes[1]; var xStackItem_Value_Size = SizeOfType(xStackItem_Value); XS.Pop(XSRegisters.ECX);...

[here](https://github.com/CosmosOS/IL2CPU/blob/master/source/Cosmos.IL2CPU/IL/Shr.cs)

maybe cosmos overrides framebuffer or limine specific things? if so we need to change a little bit our memory map or create issue on limine repo

damnit. why all checks are failed?

there is a crossplatform version of cosmos, but only through cli. maybe try that? p.s. sorry, didnt understand first time

cosmos, by default, installs itself to the roaming appdata folder. does the project run? did you install cosmos?

![image](https://user-images.githubusercontent.com/53435943/198830551-29a6e67a-f392-4bcd-a151-8bfd06b7dc1d.png) look there is `Cosmos User Kit` folder in appdata roaming. cosmos installer installs it into appdata roaming folder, not program files! maybe your installer was corrupted while downloading, try...