Commit Graph

83 Commits

Author SHA1 Message Date
alnyan a67841988f maint: fix warnings related to new rustc 2025-06-16 09:42:43 +03:00
alnyan 6291d4412d wip: x86_64 finish 2025-06-05 10:51:22 +03:00
alnyan 3abf83c222 wip: fix x86_64 invalid device mapping 2025-06-05 10:51:22 +03:00
alnyan 6bd269337a wip: x86_64 pie kernel, crash after framebuffer init 2025-06-05 10:51:22 +03:00
alnyan f22575dd0c wip: riscv64 ap boot code 2025-05-29 22:14:43 +03:00
alnyan c83b1452c4 wip: riscv64 pie kernel 2025-05-29 16:09:38 +03:00
alnyan b1c37444d5 wip: improve device memory handling 2025-05-29 14:58:52 +03:00
alnyan b15c387e97 wip: position-independent aarch64 kernel 2025-05-29 13:54:25 +03:00
alnyan 2fcf800cc8 yboot: pick higher fb resolutions 2025-05-17 11:22:39 +03:00
alnyan 31fa51e64c maint/proc: add /sys/proc + migrate to rustc 1.87.0-nightly 2025-03-02 02:17:27 +02:00
alnyan 72633eb339 maint: sync up other architectures with mmap(file) 2025-02-26 16:21:56 +02:00
alnyan 7fdc57fd9f proc: implement basic mmap with files, real_program in arg 2025-02-25 17:41:14 +02:00
alnyan f716c50988 virtio: add virtio-blk, rework virtio queues 2025-02-15 16:41:47 +02:00
alnyan 40574c60f0 nvme: dma cache flush, better performance (played with timer) 2025-02-09 16:52:36 +02:00
alnyan a08fe6ab1b fat32: implement FAT32 (read) driver 2025-02-07 23:18:03 +02:00
alnyan 7348232aa9 pci/dt: rework pci interrupts, add gicv2m and dt msi controllers 2025-02-05 21:45:48 +02:00
alnyan 01dbac2132 dt: fix pci interrupt-map parsing 2025-02-05 12:35:38 +02:00
alnyan d687051c48 usb: implement usb-msc-bbb class driver, basic scsi commands 2025-02-04 22:51:33 +02:00
alnyan 6e7a42c2cb acpi: move ACPI to its own driver 2025-01-31 23:43:56 +02:00
alnyan 5b1b69e467 rv64: remove commented out M-mode CSRs 2025-01-21 19:53:33 +02:00
alnyan 822d4f891c rv64: implement address space dropping 2025-01-21 18:50:26 +02:00
alnyan ca82e25cf6 rv64: relax TLB flushes 2025-01-21 18:37:30 +02:00
alnyan cfc11c402a rv64: fix smp init in asymmetric systems 2025-01-21 16:53:57 +02:00
alnyan 909980f4eb rv64: add jh7110/starfive visionfive2 support 2025-01-21 16:34:03 +02:00
alnyan 16f580e7af rv64: smp secondary hart startup 2025-01-20 17:04:17 +02:00
alnyan 2f942e1721 maint: sync up other archs 2025-01-20 13:59:06 +02:00
alnyan 86509e39c1 rv64: riscv plic driver, time accouting 2025-01-20 13:22:24 +02:00
alnyan 8ba37c9762 rv64: boot into usermode 2025-01-20 00:54:26 +02:00
alnyan 20fa34c945 rv64: platform init, task switching 2025-01-19 15:16:26 +02:00
alnyan f46f3ddc31 rv64: implement M-/S-mode trap stubs 2025-01-17 03:28:00 +02:00
alnyan 86eb2d3252 rv64: boot into upper half 2025-01-17 02:25:49 +02:00
alnyan 37f8182eae x86_64: enable PDPE1GB support 2024-12-28 12:52:24 +02:00
alnyan 46854c0f81 x86_64: fix L2 RAM mapping issue + incorrect CR3 write 2024-12-28 12:32:14 +02:00
alnyan 49b918e2ac cfg: allow passing cmdline options to the kernel 2024-12-17 19:12:39 +02:00
alnyan ac0432100d aarch64: reenable L2 device pages 2024-12-16 14:25:48 +02:00
alnyan 699816d61d aarch64: reenable psci, add spin-table smp init 2024-12-16 14:24:46 +02:00
alnyan a9340ea089 dt: rework device-tree, proper interrupt handling 2024-12-16 00:23:23 +02:00
alnyan ccb5a6a7eb aarch64: prettify cache init 2024-12-15 15:20:09 +02:00
alnyan a2adff85a7 x86: fix i686/x86_64 build 2024-12-14 13:10:46 +02:00
alnyan 60164fedca aarch64: add raspberry pi 4b target 2024-12-14 02:34:22 +02:00
alnyan 718aad8a7a timer: rework timers, implement hpet for x86_64 2024-12-10 20:37:47 +02:00
alnyan 56fbcefa80 dev: rework device management (&'static -> Arc) 2024-12-10 11:52:26 +02:00
alnyan 6bd3d387bf display: basic virtio-gpu support, better display API 2024-12-06 18:03:18 +02:00
alnyan 183ec14544 ext2: better inode cache, mkdir 2024-12-04 18:28:27 +02:00
alnyan 4fcd392ee5 time: add real-time clock (x86-64) 2024-12-02 10:19:48 +02:00
alnyan 6e878c2ac1 debug: unify kernel logging 2024-11-30 23:51:02 +02:00
alnyan a227e5446c ***: symlinks, reentrant pthread_mutex, etc 2024-11-28 11:30:09 +02:00
alnyan 669a0b7b9c memfs: add support for L2 blocks in bvec 2024-11-28 09:05:23 +02:00
alnyan 0742edc516 arch: fix i686/aarch64 build 2024-11-22 17:18:44 +02:00
alnyan e5aef02981 refactor: fix all warnings 2024-11-19 19:33:08 +02:00