Releases: LFUnion/LFOS
Releases · LFUnion/LFOS
LFOS Dalton
This is Dalton, the first stable release of LFOS. It has the following features:
- Text mode output
- Keyboard input
- ATA driver
- Serial driver
- RTC
- Kernel mode shell
- Small C library
- Cpuid function
- Segmenting memory manager
- Driver API
- Configuration file
- Simple multitasking
- Tar-based initrd
- PCI driver
LFOS Dalton Pre2
In addition to all features in the first pre-release, LFOS Dalton Pre2 now includes:
- A cpuid function
- A segmenting memory manager
- The first steps of our driver API
- A configuration file
- Countless bugfixes
Interrupts are still to be implemented.
LFOS Alpha 1 Pre 1
This is a pre-release of the first alpha version of LFOS. It includes:
- Text mode output
- Keyboard input
- ATA driver
- Serial driver
- RTC
- A kernel mode shell
- A (far from finished) C library
We plan to implement these features before the release of Alpha 1:
- IDT/Interrupts