refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git] / lunaix-os / kernel / spike.c
2023-11-03 Minepfeat: kprintf now goes into dedicated pseudo-dev rather...
2023-08-23 Minephotfix: a better hinting on non-returning spin function
2023-08-19 Mineprefactor: one more step towards arch-agnostic design
2023-08-12 Mineprefactor: striped more arch-related code from the kerne...
2023-08-10 Mineprefactor: organize all arch related files together.
2023-07-25 Mineprefactor: decouple i386 specific instruction invocation
2023-07-16 Minepchore: fix almost *ALL* warnings.
2022-09-17 MinepMerge branch 'device-sys'
2022-08-22 Mineprefactor: add user space printf.
2022-08-19 Mineprefactor: add a simple ramfs for rootfs. Twifs should...
2022-06-20 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2022-06-20 MinepMerge branch 'signal-dev'
2022-06-19 Minepfeat: User mode support.
2022-03-12 MinepImplement APIC, RTC, basic ACPI parser and timer support
2022-03-03 Minepfix bugs found in brk & add simple security checks...
2022-03-03 MinepComplete (almost!) printf fmt support