|
|
47ea9eb632
|
PCI IDE check if BAR is IO
|
2026-03-10 22:15:24 +01:00 |
|
|
|
37ec117abc
|
Better PCI IDE init with fallback to IO bars
Build documentation / build-and-deploy (push) Successful in 2m26s
|
2026-03-10 21:56:48 +01:00 |
|
|
|
e9806c862c
|
Don't create fake dos partitions for TEMP
|
2026-03-10 21:07:09 +01:00 |
|
|
|
4b099f04f5
|
Fix FAT driver issues (FAT32 while being under 32MiB), liballoc alignment so SSE doesnt break
|
2026-03-10 21:01:49 +01:00 |
|
|
|
38557bab7d
|
PCI IDE driver, new create_volume () syscall, test scripts
Build documentation / build-and-deploy (push) Successful in 2m37s
|
2026-03-10 18:14:18 +01:00 |
|
|
|
01c51ac63f
|
Remove unneeded subq $8, %rsp
|
2026-03-10 08:14:15 +01:00 |
|
|
|
03ae17d1c9
|
List PCI devices on boot
Build documentation / build-and-deploy (push) Successful in 2m33s
|
2026-03-09 23:32:25 +01:00 |
|
|
|
034f2efd14
|
Reduce sizes for RD and TEMP
|
2026-03-09 21:55:34 +01:00 |
|
|
|
c2726bc261
|
FAT driver fix file modes
Build documentation / build-and-deploy (push) Successful in 2m25s
|
2026-03-09 02:00:14 +01:00 |
|
|
|
5682a96d5d
|
PS/2 KB driver ignore ack byte
Build documentation / build-and-deploy (push) Successful in 2m16s
|
2026-03-08 19:38:09 +01:00 |
|
|
|
23fffba99b
|
PS/2 KB driver set typematic delay to 250ms for smoother typing
|
2026-03-08 19:28:24 +01:00 |
|
|
|
bf99bedfc5
|
Floating point numbers work, _start.S fix stack alignment, fix debug info
|
2026-03-07 19:56:59 +01:00 |
|
|
|
55d9b1fcd5
|
No warnings
Build documentation / build-and-deploy (push) Successful in 2m30s
|
2026-03-07 17:41:22 +01:00 |
|
|
|
5e616c1879
|
Implement SSE instructions
|
2026-03-07 17:36:09 +01:00 |
|
|
|
955dbc7614
|
Use LLVM linker, Dockerfile now works without GCC
Build documentation / build-and-deploy (push) Successful in 2m16s
|
2026-03-07 10:41:35 +01:00 |
|
|
|
dbef1787ec
|
Add kernel/build
Build documentation / build-and-deploy (push) Successful in 2m29s
|
2026-03-07 03:28:24 +01:00 |
|
|
|
b9e8a8bf1d
|
Integrate LZ4 library, compress the ramdisk
Build documentation / build-and-deploy (push) Successful in 1m53s
|
2026-03-07 02:54:26 +01:00 |
|
|
|
d7dc141874
|
CE fix strange characters appearing at the end of file
Build documentation / build-and-deploy (push) Successful in 2m46s
|
2026-03-05 21:52:36 +01:00 |
|
|
|
a346a5667c
|
Implement TERMINAL_DIMENSIONS op for the terminal device, CE add terminfo command
Build documentation / build-and-deploy (push) Successful in 1m59s
|
2026-03-05 16:42:02 +01:00 |
|
|
|
a5f5dbf21f
|
CE add rm command, implement remove () syscall
Build documentation / build-and-deploy (push) Successful in 1m51s
|
2026-03-05 01:17:13 +01:00 |
|
|
|
35d5bed433
|
CE add mkdir command, implement create_dir () syscall
Build documentation / build-and-deploy (push) Successful in 2m1s
|
2026-03-05 00:38:58 +01:00 |
|
|
|
81704d7df8
|
CE Implement line editing
Build documentation / build-and-deploy (push) Successful in 2m8s
|
2026-03-04 02:02:05 +01:00 |
|
|
|
212aeec04d
|
Fix not removing resource from procgroup->resource_tree during pg cleanup
|
2026-03-03 21:53:54 +01:00 |
|
|
|
58c515e90a
|
Create libioutil, implement a filewriter
Build documentation / build-and-deploy (push) Successful in 2m21s
|
2026-03-02 22:47:10 +01:00 |
|
|
|
27afd57427
|
Flanterm LF as new line, reformat LICENSE.txt
Build documentation / build-and-deploy (push) Successful in 2m40s
|
2026-03-02 19:49:52 +01:00 |
|
|
|
a566917ee9
|
Remove SCHED_REAP_FREQ
Build documentation / build-and-deploy (push) Successful in 3m39s
|
2026-03-02 00:31:21 +01:00 |
|
|
|
68f6aef215
|
Fix checking if cpu->proc_current != NULL
Build documentation / build-and-deploy (push) Successful in 2m37s
|
2026-03-02 00:12:08 +01:00 |
|
|
|
9043c4f9ec
|
Implement waiting for process, CE add command cancelation, rctx many cpus
Build documentation / build-and-deploy (push) Successful in 2m27s
|
2026-03-01 22:59:04 +01:00 |
|
|
|
a4c485587e
|
FatFS add dir checks
|
2026-03-01 14:03:03 +01:00 |
|
|
|
1571469685
|
rename VD to TEMP
|
2026-03-01 13:46:39 +01:00 |
|
|
|
a5d5e7d6a4
|
Add write_file () syscall, CE implement redirections, libarena arena_realloc ()
Build documentation / build-and-deploy (push) Successful in 2m14s
|
2026-03-01 12:04:21 +01:00 |
|
|
|
abd85744cc
|
Add create_file syscall, CE mkfile command, FatFS formatting fixes
Build documentation / build-and-deploy (push) Successful in 4m16s
|
2026-03-01 01:52:09 +01:00 |
|
|
|
eb55a6de21
|
Fix CE ls on non-directory filesystem paths
Build documentation / build-and-deploy (push) Successful in 2m48s
|
2026-03-01 00:35:14 +01:00 |
|
|
|
a3b98fcaa2
|
Rename read syscall, vfs_read and so to xxx_read_file
|
2026-03-01 00:29:04 +01:00 |
|
|
|
0533c2705d
|
fat_io_lib finally works, implement virtual partition devices, manage devices via string keys
Build documentation / build-and-deploy (push) Successful in 3m35s
|
2026-03-01 00:00:27 +01:00 |
|
|
|
baa13fb695
|
fat_io_lib port WIP
Build documentation / build-and-deploy (push) Successful in 3m12s
|
2026-02-26 23:33:03 +01:00 |
|
|
|
29bbcea435
|
Implement read_dir_entry () VFS op, CE add ls command
|
2026-02-25 16:25:43 +01:00 |
|
|
|
704db2dfa4
|
Volume-centric VFS implementation
Build documentation / build-and-deploy (push) Successful in 2m41s
|
2026-02-25 08:53:54 +01:00 |
|
|
|
62a6543dab
|
Manage RIDs via id_alloc
Build documentation / build-and-deploy (push) Successful in 2m2s
|
2026-02-22 21:09:06 +01:00 |
|
|
|
084809ac99
|
Manage int IDs via id_alloc
Build documentation / build-and-deploy (push) Successful in 2m31s
|
2026-02-22 20:40:12 +01:00 |
|
|
|
8fc5418915
|
XDRV_READ reading in sectors
|
2026-02-22 18:58:28 +01:00 |
|
|
|
9ddde68449
|
Remove procgroup->refs
Build documentation / build-and-deploy (push) Successful in 3m12s
|
2026-02-22 14:21:37 +01:00 |
|
|
|
1b2063115a
|
Make proc->state not atomic
|
2026-02-22 14:15:57 +01:00 |
|
|
|
e69606668d
|
Make cpu->proc_run_q_count not atomic
|
2026-02-22 14:03:51 +01:00 |
|
|
|
85872b856b
|
Redesign VFS around handles
|
2026-02-22 13:57:41 +01:00 |
|
|
|
b571e2dbd3
|
Don't modify proc_tree while iterating
|
2026-02-22 00:47:53 +01:00 |
|
|
|
389f250d0b
|
Rename fs_desc_buffer to desc
Build documentation / build-and-deploy (push) Successful in 2m24s
|
2026-02-22 00:11:09 +01:00 |
|
|
|
502cfa7335
|
Move shared headers out to include/
|
2026-02-22 00:05:26 +01:00 |
|
|
|
38d807f941
|
Fix vfs_procgroup_cleanup not handling hash collisions
|
2026-02-21 22:38:50 +01:00 |
|
|
|
02e77b5c90
|
CE interactive shell
Build documentation / build-and-deploy (push) Successful in 2m36s
|
2026-02-21 22:14:16 +01:00 |
|