Trinix icon indicating copy to clipboard operation
Trinix copied to clipboard

First operating system written in D lang v2

Results 32 Trinix issues
Sort by recently updated
recently updated
newest added

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

Make VTY/TTY implementation

enhancement
icebox