Commit Graph

45 Commits

Author SHA1 Message Date
notsomeidiot123 3a9e7889ae Add locking and fix race condition for ata_read() 2026-02-28 21:48:45 -05:00
notsomeidiot123 1062bd43c7 Dropping support for secondary ata bus temporarily 2026-02-28 20:07:31 -05:00
notsomeidiot123 ece6e9c1d0 Update makefile 2026-01-22 12:53:51 -05:00
notsomeidiot123 92b0eb9fcf partition table parsing 2025-10-15 13:37:20 -04:00
notsomeidiot123 c19b4ffc6f Fixed over-allocating memory that ends up being unused 2025-10-14 10:36:09 -04:00
notsomeidiot123 1705096d91 Fix bug: Disk driver not working for slave drive 2025-10-14 10:11:44 -04:00
notsomeidiot123 95f55f1623 Loading initrd instead of modules separately 2025-09-27 14:38:32 -04:00
notsomeidiot123 9cb5502bbf Added README 2025-09-26 12:08:30 -04:00
notsomeidiot123 c7aaedbd2a ata_read 2025-09-24 12:15:52 -04:00
notsomeidiot123 a1abe56104 Fixed identify 2025-09-20 17:08:23 -04:00
notsomeidiot123 c880843b6c Detecting IDE drives, allocating memory for PRDT 2025-09-17 12:24:30 -04:00
notsomeidiot123 e711ddf15a Working on ATA disk driver 2025-08-27 20:30:33 -04:00
notsomeidiot123 9fe92009e5 some changes to the build process 2025-08-24 20:11:51 -04:00
notsomeidiot123 2e6f8a289b Starting with writing docs ended with me fixing a critical bug 2025-08-24 18:19:32 -04:00
notsomeidiot123 4266211e57 Added software vector operations 2025-08-19 19:35:21 -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 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 a6636df6fa fixed bootloader/main.s:open_file 2025-03-26 15:17:05 -04:00
notsomeidiot123 6d4f541a01 Updating bootloader 2025-03-24 23:05:06 -04:00
notsomeidiot123 bb4692b00b Finished tool? 2025-03-18 01:40:46 -04:00
notsomeidiot123 e0d138ea86 Fixed issue with reading and writing clusters, next is fixing root directory loading 2025-03-17 22:06:19 -04:00
notsomeidiot123 583eb3ed1e Project is not dead yet ♥ 2025-01-04 16:10:44 -05:00
notsomeidiot123 762a06f406 Preparing for re-writing of diskwrite tool 2024-12-04 16:44:02 -05: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 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
notsomeidiot123 5017ac05f5 Map Address function completed 2024-10-23 13:54:35 -04:00
notsomeidiot123 6b596f7735 Rework load elf and memory map function 2024-10-14 16:51:05 -04:00
notsomeidiot123 eb1a85e711 IDK atp 2024-10-14 13:52:21 -04:00
notsomeidiot123 f16d473165 Revert "Revert "Revert "Trying to protect makefile"""
This reverts commit a2368657f1.
2024-10-14 13:48:18 -04:00
notsomeidiot123 a2368657f1 Revert "Revert "Trying to protect makefile""
This reverts commit 53ffe7c408.
2024-10-14 13:47:54 -04:00
notsomeidiot123 53ffe7c408 Revert "Trying to protect makefile"
This reverts commit 052f0de3ec.
2024-10-14 13:47:48 -04:00
notsomeidiot123 052f0de3ec Trying to protect makefile 2024-10-14 13:39:26 -04:00
notsomeidiot123 c15434078c Finished bootloader version 1.0.0 2024-10-09 18:15:12 -04:00
notsomeidiot123 45d628c373 Revert "Revert "relocating file during load to allow for use of more memory""
This reverts commit 79a77ed150.
2024-10-03 14:26:01 -04:00
notsomeidiot123 79a77ed150 Revert "relocating file during load to allow for use of more memory"
This reverts commit 24d85843ac.
2024-10-03 14:21:33 -04:00
notsomeidiot123 24d85843ac relocating file during load to allow for use of more memory 2024-10-02 17:38:15 -04:00
notsomeidiot123 136da05dc7 patched diskwrite, changed 'make clean' procedure 2024-09-26 13:09:43 -04:00
notsomeidiot123 975c522731 patched diskwrite, changed 'make clean' procedure 2024-09-26 13:08:35 -04:00
notsomeidiot123 0628705419 Finally fixed build process, took me forever to debug cause i'm a bit dumb 2024-09-25 17:54:48 -04:00
notsomeidiot123 85bf36c2d1 loading root directory to disk, will have to work on a tool to transfer kernel binary to filesystem as i cannot mount the fs to WSL 2024-09-17 15:00:16 -04:00
notsomeidiot123 e4ec1b1724 stage two loading and partition detection 2024-09-14 10:19:50 -04:00
notsomeidiot123 160d2222f9 Initial Commit 2024-09-11 16:53:11 -04:00