29 Commits

Author SHA1 Message Date
b00670ea77 x86-64: implement ACPI stall function 2023-08-31 19:54:09 +03:00
c4e8697042 x86-64: dirty ACPI implementation 2023-08-31 13:40:17 +03:00
af5529a84f x86-64: sync x86-64 up with the new kernel structure 2023-08-21 17:26:44 +03:00
b0379e398f aarch64: move some code into "common" kernel 2023-08-18 22:53:58 +03:00
cf53f5c485 fs: copy-on-write for memfs 2023-08-18 18:05:07 +03:00
13aa440239 aarch64: reset through PSCI as a fallback 2023-08-18 09:58:56 +03:00
e694c1cef0 dev: use device tree instead of hardcoded board impls 2023-08-13 21:23:58 +03:00
a824e52095 aarch64: fix warnings 2023-08-09 00:14:25 +03:00
afc3af54fa aarch64: initial support for Orange Pi 3 2023-08-08 20:00:24 +03:00
d19cb4dc26 x86-64: implement HPET 2023-08-03 18:49:29 +03:00
da91126293 ***: fix all warnings and clippy stuff 2023-08-02 20:43:21 +03:00
c9af9b143a x86-64: single-processor userspace multitasking 2023-08-02 19:53:54 +03:00
a9b9c71e47 x86-64: ring0/ring3 tasks + syscall 2023-08-01 18:05:10 +03:00
3a795f0229 x86-64: implement Local+I/O APICs and PS/2 kbd 2023-08-01 11:09:56 +03:00
aec161bc47 x86_64: physical memory init 2023-07-30 16:40:30 +03:00
47f920addf x86_64: cleanup linear fb code a bit 2023-07-29 21:11:15 +03:00
48d12c9e77 x86_64: get some text on the screen 2023-07-29 19:31:56 +03:00
e2381ee25a x86_64: initial booting capability 2023-07-28 14:26:39 +03:00
7fa347aa20 proc: better signal handling 2023-07-27 16:24:52 +03:00
3b324df403 proc: implement exc/async signals 2023-07-25 16:47:00 +03:00
b31e066590 proc: WaitProcess + Spawn 2023-07-25 10:49:11 +03:00
64233db3df fs: implement in-memory writable filesystem 2023-07-21 17:09:43 +03:00
69a413f6bb ***: fix clippy and check warnings 2023-07-20 18:51:56 +03:00
9e0555f7a3 proc: /init is responsible for setting up std*** 2023-07-20 18:14:30 +03:00
d3e3d3add8 proc: reimplement OpenOptions 2023-07-20 15:40:49 +03:00
74cd9daed7 proc: add mount/unmount system calls 2023-07-20 11:59:53 +03:00
aa6b2ac469 proc: add simple initrd filesystem 2023-07-19 21:58:59 +03:00
0e6cb88756 ***: test commit 2023-07-18 18:08:54 +03:00
6510e0674c Initial commit 2023-07-18 18:03:45 +03:00