Commit Graph

426 Commits

Author SHA1 Message Date
e5ebd7f3ba Use a big-lock for kernel sychronization instead of fine-grained locking
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m21s
Build documentation / build-and-deploy (push) Successful in 54s
2026-04-27 18:06:02 +02:00
68cdd8d6d2 qemu_amd64.sh Provide ID for usb stick
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m35s
Build documentation / build-and-deploy (push) Successful in 1m30s
2026-04-27 12:49:11 +02:00
16fe06d875 device_delete Remove subdevices from global dev hash table 2026-04-27 12:48:46 +02:00
e0730c378c idedrv Remove unlocking while waiting for interrupt
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m29s
Build documentation / build-and-deploy (push) Successful in 38s
2026-04-26 23:13:44 +02:00
c191ac0a50 Use intr_enable() and intr_disable() to perform cli/sti
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m30s
Build documentation / build-and-deploy (push) Successful in 48s
2026-04-26 23:06:12 +02:00
a2ed5c2b8a idedrv Implement DMA reading/writing without IRQ support
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m35s
Build documentation / build-and-deploy (push) Successful in 38s
2026-04-26 18:47:05 +02:00
05ab0d4c86 sdutil Don't update spinner on every callback invocation 2026-04-26 18:38:29 +02:00
f0387a9abb Terminal remove custom font 2026-04-25 22:30:20 +02:00
00fb6eaefe Don't rebuild Limine on every devel build
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m4s
Build documentation / build-and-deploy (push) Successful in 48s
2026-04-25 10:33:09 +02:00
6e86d61643 PS/2 keyboard check availability
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m16s
Build documentation / build-and-deploy (push) Successful in 38s
2026-04-25 09:37:12 +02:00
eba9bd04ef scripts & makefiles
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m43s
Build documentation / build-and-deploy (push) Successful in 40s
2026-04-25 09:23:55 +02:00
c8fb575bdd Change formatting rules
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m7s
Build documentation / build-and-deploy (push) Successful in 39s
2026-04-24 01:54:48 +02:00
34f7809a2d kernel remove unused variables
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m21s
Build documentation / build-and-deploy (push) Successful in 58s
2026-04-23 22:45:09 +02:00
83509fbe6a .gitsubmodules Change Limine URL and git branch
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m2s
Build documentation / build-and-deploy (push) Successful in 35s
2026-04-23 22:38:15 +02:00
7a7ce346c5 Dockerfile Symlink all LLVM tools
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 8m22s
Build documentation / build-and-deploy (push) Successful in 1m26s
2026-04-23 22:09:55 +02:00
30cc22df45 .gitmodules Use v11.x branch for Limine repo
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 1m34s
Build documentation / build-and-deploy (push) Successful in 1m36s
2026-04-23 21:45:23 +02:00
b7dca4f2a9 CI manually update submodules
Some checks failed
Build ISO image / build-and-deploy (push) Has been cancelled
Build documentation / build-and-deploy (push) Has been cancelled
2026-04-23 21:43:25 +02:00
f95e49aace Dockerfile install autotools-dev and autoconf
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 6m42s
Build documentation / build-and-deploy (push) Successful in 28s
2026-04-23 21:32:21 +02:00
8ee98e53cd CI recursive submodule checkout
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 12s
Build documentation / build-and-deploy (push) Successful in 35s
2026-04-23 19:50:37 +02:00
6759f278bb Limine bump revision ID and check if the revision is being supported 2026-04-23 19:48:53 +02:00
d712604e4f Use custom Limine build
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 12s
Build documentation / build-and-deploy (push) Successful in 35s
2026-04-23 19:38:32 +02:00
24332da967 Move filesystem drivers into their separate directories
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 38s
Build documentation / build-and-deploy (push) Successful in 24s
2026-04-18 18:49:13 +02:00
da1ec634f7 New terminal font 2026-04-17 23:30:16 +02:00
7660bcab82 proc_wait_for () lock wait_proc to avoid races
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 55s
Build documentation / build-and-deploy (push) Successful in 37s
2026-04-16 22:00:42 +02:00
9346a10d74 idedrv Reject drive request if idedrv->current_req != NULL 2026-04-16 21:59:46 +02:00
cb126a853e limine-bios-hdd.h Fix char instead of uint8_t
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 38s
Build documentation / build-and-deploy (push) Successful in 27s
2026-04-16 20:13:22 +02:00
288a4b4e83 Implement storage device partition rescan (XDRV_PARTITION_RESCAN), Self-hosted installation WIP
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 27s
2026-04-16 00:09:46 +02:00
16cb7fd7bd CE copy fix deadlock, libu fr/fw fix missing volume_close () on failure, XHCI use ring-specific pending flags, usbdrv Fix spin_unlock/free ordering
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m3s
Build documentation / build-and-deploy (push) Successful in 56s
2026-04-13 22:47:28 +02:00
9f216ffc49 CE Implement positional arguments
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 1m23s
2026-04-12 22:05:26 +02:00
169fba6ee7 CE parser implement comments
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 41s
Build documentation / build-and-deploy (push) Successful in 55s
2026-04-12 21:30:20 +02:00
bdce9ef7c5 CE Add copy command
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 34s
Build documentation / build-and-deploy (push) Successful in 26s
2026-04-12 21:27:06 +02:00
245196b80f date_time () syscall, Get date-time from RTC
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 32s
Build documentation / build-and-deploy (push) Successful in 41s
2026-04-12 21:13:20 +02:00
6c01de8b0d Merge all libs into libu
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s
2026-04-12 13:45:37 +02:00
55ff95c897 Schedule inside of systick_irq
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
2026-04-12 11:21:51 +02:00
182d8018c7 ISO9660 fs RockRidge filename extensions
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 41s
2026-04-11 11:43:11 +02:00
af823e3342 docs Add USB driver demo video
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 28s
2026-04-10 00:03:19 +02:00
20e970445c kernel Unused variables
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s
2026-04-09 23:53:09 +02:00
543af9c00b init.cmd Start USB poller, list devices, list processes, Fix cpu_find_lightest () crashing bug
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 26s
2026-04-09 23:51:44 +02:00
a86d258a4b CE implement stall command, libsystem Add stall_ms ()
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
2026-04-08 15:29:52 +02:00
87ccdbc6cb device_delete () Remove subdevices for eg. partitions
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 1m11s
2026-04-07 21:55:37 +02:00
7091b128df Implement volume unmounting, collecting VFS volume info, usb Add eject command
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 29s
2026-04-07 21:17:49 +02:00
2f186921d6 init.cmd List devices, Start USB poller, libstring fix str_split_lines (), CE various fixes
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 29s
2026-04-07 18:12:17 +02:00
bef3b79502 CE implement running commands from script files 2026-04-07 15:47:27 +02:00
3d886f2039 XHCI Improve error handling during device setup
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 28s
2026-04-07 13:32:27 +02:00
aadfaec12f usbdrv Implement write transfers
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 27s
2026-04-07 13:16:35 +02:00
8ae16342b6 ISO9660 filesystem driver
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 33s
2026-04-06 22:45:54 +02:00
385b1f0db0 fatfs Fix nested path formatting in fatfs_read_dir_entry ()
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 37s
Build documentation / build-and-deploy (push) Successful in 1m8s
2026-04-06 10:44:49 +02:00
fe628466b4 usbdrv Read from USB flash drive 2026-04-06 10:38:44 +02:00
0b25061afa XHCI fix xhci_delete_usb_device with a null check, usbdrv Implement usbdrv_fini
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 1m0s
2026-04-06 01:27:37 +02:00
1cb1bad3dd Read USB mass storage sector count and sector size! 2026-04-06 01:00:54 +02:00