Commit Graph

105 Commits

Author SHA1 Message Date
notsomeidiot123 55d26f96b5 Remove .vscode 2024-11-15 22:14:11 -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 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 9cda603a34 Fixed bug and decrease memory usage by 95% 2024-10-30 17:22:03 -04:00
notsomeidiot123 09259445f5 Fix bootloader bug, reserve kernel pages in physical memory 2024-10-30 16:49:59 -04:00
notsomeidiot123 cfdb33fc77 Added or completed: map(), unmap() pm_reserve(), pm_alloc(), pm_free(), pm_init(), get_paddr() 2024-10-30 13:39:33 -04:00
notsomeidiot123 e7d272a8c7 Remove .vscode 2024-10-30 11:17:54 -04:00
notsomeidiot123 90eb69f424 CPU IO ports, and basic serial driver 2024-10-30 11:16:25 -04:00
notsomeidiot123 52303cb629 change build system and cosmetic changes to main.s 2024-10-29 14:05:54 -04:00
notsomeidiot123 6887afafa9 Save 2024-10-24 15:10:55 -04:00
notsomeidiot123 c200d7a4e1 patch bootloader/main.s: wrong offset for size in-memory of segment 2024-10-24 13:13:41 -04:00
notsomeidiot123 44eea34051 wrote elf loader, finally fixed and doesn't hang 2024-10-23 16:59:36 -04:00
notsomeidiot123 5017ac05f5 Map Address function completed 2024-10-23 13:54:35 -04:00
notsomeidiot123 d041c20da0 Search for suitable kernel physical address 2024-10-15 13:59:31 -04:00
notsomeidiot123 3eadd3b695 Updated bootloader docs to accurately reflect error codes 2024-10-15 13:55:54 -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 738dc826b9 Set video mode 2024-10-14 13:35:45 -04:00
notsomeidiot123 bba12fa97a Push k_info 2024-10-10 13:18:16 -04:00
notsomeidiot123 8be14660aa passing kernel info, update docs 2024-10-10 13:15:56 -04:00
notsomeidiot123 c15434078c Finished bootloader version 1.0.0 2024-10-09 18:15:12 -04:00
notsomeidiot123 7a94090b55 Fixing diskwrite bug 2024-10-08 14:48:01 -04:00
notsomeidiot123 943641df74 Mapping physical addresses to virtual addresses 2024-10-08 14:18:48 -04:00
notsomeidiot123 7d6b3a7b67 loading ELF 2024-10-08 13:16:24 -04:00
notsomeidiot123 ba550f2f07 small changes 2024-10-05 13:03:53 -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 e91d50ac6b reading files 2024-09-30 11:48:52 -04:00
notsomeidiot123 0aa9699c54 start file searching 2024-09-30 03:11:06 -04:00
notsomeidiot123 fdb376b351 caching and initializing file system 2024-09-27 00:15:59 -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 4047d666d7 update .gitignore 2024-09-25 17:37:40 -04:00
notsomeidiot123 cf11060afe Finished with Diskwrite tool, will expand as needed 2024-09-23 18:12:54 -04:00
notsomeidiot123 fb86a312bd Writing file data 2024-09-20 11:01:57 -04:00
notsomeidiot123 f2e22211b9 remove kernel.elf 2024-09-19 14:10:41 -04:00
notsomeidiot123 3d148f75ea Detecting and repairing fs 2024-09-19 13:49:18 -04:00
notsomeidiot123 e51de87fd2 Diskwrite typedefs for FAT32 2024-09-19 12:04:32 -04:00