Commit Graph

54 Commits

Author SHA1 Message Date
notsomeidiot123 9065a5c68a Finished with ramfs_create(), rest of the VFS soon to follow 2026-07-05 21:36:23 -04:00
notsomeidiot123 817995394b Added spinlocks 2026-07-04 18:10:56 -04:00
notsomeidiot123 f20ee8046c solved some bugs, QEMU doesn't crash anymore 2026-06-26 20:19:55 -04:00
notsomeidiot123 daa915363d Qemu crashing; troubleshooting 2026-06-26 19:15:37 -04:00
notsomeidiot123 a83fc6a45d Small changes 2026-06-26 12:05:10 -04:00
notsomeidiot123 2062a2dff3 Defined file abstraction, separated ramfs into system/ramfs.c 2026-06-25 22:26:17 -04:00
notsomeidiot123 e366dc75d8 Modified files to fit new VFS 2026-03-14 13:48:00 -04:00
notsomeidiot123 cc61eec0cf Fixed unsafe/potentially buggy code 2026-03-14 11:29:44 -04:00
notsomeidiot123 a461dac04e working on filesystem 2026-03-05 18:56:15 -05:00
notsomeidiot123 c5bd4e5766 Implemented MOUNT command for initrc.conf. Documentation in initrc.conf. (initrc.c:initrc_read()) 2026-03-03 21:12:26 -05:00
notsomeidiot123 0f9a174d0e Fixed kstdlib.c:vector_push, implemented modules.c:dispatch_message() 2026-03-02 23:12:01 -05:00
notsomeidiot123 1826eb1ad3 Various critical bug fixes across many files 2026-02-02 02:39:49 -05:00
notsomeidiot123 402f4f5593 Fixed kstdlib.c:vector_push(), added modules.c:dispatch_message() 2026-01-22 11:41:20 -05:00
notsomeidiot123 6e9f89379d move partiton detection 2025-10-14 13:24:29 -04:00
notsomeidiot123 78bea1f8bb Started FAT32 driver 2025-09-30 12:30:55 -04:00
notsomeidiot123 16af4746ae Finished ATA driver 2025-09-29 11:05:26 -04:00
notsomeidiot123 97708379f6 rudimentary initrc parser 2025-09-29 10:45:26 -04:00
notsomeidiot123 95f55f1623 Loading initrd instead of modules separately 2025-09-27 14:38:32 -04:00
notsomeidiot123 0cedb51419 Fixed ata_read 2025-09-24 23:22:54 -04:00
notsomeidiot123 38a5997c7d Set DMA mode, tried fixing ATA_READ 2025-09-24 13:17:04 -04:00
notsomeidiot123 c7aaedbd2a ata_read 2025-09-24 12:15:52 -04:00
notsomeidiot123 09fa845774 Using smaller divisor now, for faster multitasking 2025-09-21 09:11:07 -04:00
notsomeidiot123 c880843b6c Detecting IDE drives, allocating memory for PRDT 2025-09-17 12:24:30 -04:00
notsomeidiot123 a5af6c51da (mostly) finished PCI implementation, will flesh it out more as needed. (100th commit\!\!\!) 2025-09-15 12:50:18 -04:00
notsomeidiot123 ff9425c321 Finished system/vfs.c:fcreate(), wrote documentations 2025-09-12 07:53:57 -04:00
notsomeidiot123 21137ee62b fcreate now works for virtual files and directories, and mounted filesystems 2025-09-10 15:39:51 -04:00
notsomeidiot123 167a00738f Idk but i think i did something right 2025-09-08 13:21:14 -04:00
notsomeidiot123 808fa4c13e trying something out 2025-09-08 12:03:52 -04:00
notsomeidiot123 d07194c977 Make naming more consistent, work on VFS 2025-09-06 11:45:44 -04:00
notsomeidiot123 f6108aaab5 Working on elf loading 2025-08-17 15:31:32 -04:00
notsomeidiot123 de38f1383d I don't really remember what i did but it works so commit 2025-05-29 00:33:37 -04:00
notsomeidiot123 da1c639f9f Added shared/kstdlib.c:mlog and adjacent definitions 2025-04-02 12:47:55 -04:00
notsomeidiot123 79496c1299 Fixed numbers in boot structs 2025-03-30 12:20:35 -04:00
notsomeidiot123 b8934b5c4c Finsish loading disk module in bootloader 2025-03-30 00:19:51 -04:00
notsomeidiot123 bb4692b00b Finished tool? 2025-03-18 01:40:46 -04:00
notsomeidiot123 7fba027497 Working on loading modules from filesystem & Creating symbol file for modules to link against 2024-12-02 17:16:33 -05:00
notsomeidiot123 41ef288243 Change PID0 2024-11-21 12:37:11 -05:00
notsomeidiot123 a6883dd536 Fixed scheduler for reals now :3 2024-11-20 17:55:09 -05:00
notsomeidiot123 144f951b9d Scheduling in a scheduled entity works now? 2024-11-20 12:38:18 -05:00
notsomeidiot123 ab9873fb6f Scheduler Fixed 2024-11-19 14:19:19 -05:00
notsomeidiot123 faa833ee22 Edit kmain for testing 2024-11-19 12:02:28 -05:00
notsomeidiot123 8912c5921f Fixed printf 2024-11-14 12:31:13 -05:00
notsomeidiot123 c39cca3f18 Working Scheduler and Kernel Threads 2024-11-14 10:19:26 -05:00
notsomeidiot123 0e2cfab914 Scheduling + setting up files 2024-11-12 14:30:31 -05:00
notsomeidiot123 728e7884a3 Interrupt Handlers and initialization 2024-11-06 15:30:49 -05:00
notsomeidiot123 6400fafa81 Interrupts 2024-11-04 17:38:17 -05:00
notsomeidiot123 09259445f5 Fix bootloader bug, reserve kernel pages in physical memory 2024-10-30 16:49:59 -04:00
notsomeidiot123 90eb69f424 CPU IO ports, and basic serial driver 2024-10-30 11:16:25 -04:00
notsomeidiot123 6887afafa9 Save 2024-10-24 15:10:55 -04:00
notsomeidiot123 6b596f7735 Rework load elf and memory map function 2024-10-14 16:51:05 -04:00