Rene Cincura

Results 39 issues of Rene Cincura

As a programmer I would like to choose another pattern (like dot or dash) for placement squares in lines option.

enhancement
low priority

I as a developer want to simply build and run the OS. Simplify building as: `make all` should generate bootable .iso. ISO should be named by version e.g. Trinix 1.0.142-rc1

enhancement

Kernel is not working properly. Fix and test lower part of the kernel. This should work before moving to higher kernel implementation. GDT - refactored TSS - refactored IDT -...

bug

Syscall handler is not working due to missing registers in onSyscall callback.

bug
icebox

Implement: Mutex Semaphore Event (condition variable) RWLock - userspace Spinlock - userspace

enhancement

Implement shared memory

enhancement

Make USB support (EHCI UHCI XHCI)

enhancement
icebox

Make network driver.

enhancement
icebox

Make audio driver

enhancement
icebox

Make VGA driver. Blocked by PCI

enhancement
Blocked