asertcreator

Results 38 comments of asertcreator

are SMP and hyper-threading real on Cosmos? this multithreading uses only one core/logic processor

i think no. todo is complete, but all test kernels are failing, indicating that the processor scheduler doesnt work. (why does x86 hardware switch exists?)

so these are now connected?

limine smp api is available only if you're using limine boot protocol. since its almost impossible to port cosmos to limine boot protocol, we need to use apic

~i understood why tests are failing. only threading test is failing, it contains comment that `BeforeRun`, `Run` and `AfterRun` are not thread, they are just code. that means scheduler doesnt...

i got this to work (maybe). currently there are two problems: stack corruption detection and `Thread.Sleep` method. first one thinks that stack was corrupted, although it just got replaced. second...