Commit Graph

20 Commits

Author SHA1 Message Date
notsomeidiot123 de0b8cd37a Prevent pre-emption during install_irq_handler 2026-07-04 01:20:24 -04:00
notsomeidiot123 6378f262fa Respect lock on interrupt for ata_read() and ata_write(), add support for unix-style file descriptors 2026-03-01 15:42:47 -05:00
notsomeidiot123 f9b550b006 Intentionality change in interrupts.c 2026-02-02 03:03:10 -05:00
notsomeidiot123 b24125657c Updated module API and disk_driver.c:ata_read()/ata_write() to be asynchronous 2026-01-23 13:47:47 -05:00
notsomeidiot123 c7aaedbd2a ata_read 2025-09-24 12:15:52 -04:00
notsomeidiot123 25d67aaa9e Some level of security... i hope 2025-09-22 02:57:34 -04:00
notsomeidiot123 85aadeb902 Chose a good frequency 2025-09-21 09:22:25 -04:00
notsomeidiot123 09fa845774 Using smaller divisor now, for faster multitasking 2025-09-21 09:11:07 -04:00
notsomeidiot123 d07194c977 Make naming more consistent, work on VFS 2025-09-06 11:45:44 -04:00
notsomeidiot123 57aada680b Fixed Module loader 2025-08-17 18:14:15 -04:00
notsomeidiot123 51af16b61e Fixed ISR handlers, managed to finish elf loading for modules at least 2025-08-17 17:31:21 -04:00
notsomeidiot123 f45451eeb7 Memeory & add to kpanic 2024-11-19 11:59:43 -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 8ae88cf3e7 Made IRQ handlers volatile for SMP support 2024-11-06 15:33:40 -05:00
notsomeidiot123 5ce439a615 support for hot swapping IRQ handlers 2024-11-06 15:32:49 -05:00
notsomeidiot123 728e7884a3 Interrupt Handlers and initialization 2024-11-06 15:30:49 -05:00
notsomeidiot123 c7d5b6f163 fixed build error 2024-11-04 17:39:52 -05:00
notsomeidiot123 6400fafa81 Interrupts 2024-11-04 17:38:17 -05:00
notsomeidiot123 90eb69f424 CPU IO ports, and basic serial driver 2024-10-30 11:16:25 -04:00