Os Identity Card
name: Clicker32 microkernel
url: http://clicker.sourceforge.net/

version: 0.8.11 (experimental) - events, refactoring pager
maintainer: pype_1999.geo@yahoo.com



memory management

protected mode,
segmented,
paging enabled

paging:
uniform (1:1) mapping for 0..4MB, page tables mapped between 4G-8M and 4G-4M-1
page fault handler present.
segments:
oscode is 0x08, osdata is 0x10. Segments are *not* zero-aligned. code32a must be added to translate a logical address into an absolute address (l2a and a2l do it for you)
A20 gate:
enabled.
boot process
custom (Small Operating System)

languages
main: C
tools: C & perl
development environment
MS-DOS:
compiler:  DjGpp version 2.9.5.3, make, perl
executor: .exe version of SOS emulates the boot process
format: modified COFF
Linux:
compiler: gcc ver. 2.9.5.3, make, perl
executor: BOCHS-1.4.1
format: modified ELF
Latest distribution
sources: here
disk image:here
end-user features
ncurses-like interface for system informations (Shift+F4), demonstration module loading on user demand, including kernel-ipc and 'hello world' program
IO subsystem supporting automatic driver selection (0.8.10 only, suspended in 0.8.11)