Mikhail Tyukin

Results 8 issues of Mikhail Tyukin

Added a hacky way of changing the architecture of the XS class. Added x64 registers

This is still very far from booting (or compiling). When x64 mode is enabled in the project settings, il2cpu will use limine protocol instead of multiboot2.

This is still very far from booting (or compiling). Changes: - Updated linker to support x64 - Updated limine Depends on: https://github.com/CosmosOS/IL2CPU/pull/211 Current state: Empty cosmos projects compile, but will...

Up for Grabs

Hi, can you please include x64 and ARM builds of ThemeDLL?

Enables PAE paging in Cosmos. Current progress: Currently cannot figure out what is causing pages not to map correctly.

Allows for packaged apps to be activated without explorer running.

Currently, when compiling the following code using master branch: ```cs using System; using System.Collections.Generic; using System.Text; using Sys = Cosmos.System; using System.Runtime.Versioning; namespace net8test { public class Kernel: Sys.Kernel {...