Commit Graph
42 Commits
Author SHA1 Message Date
rusya 6f7cbfedbb paging: heap_alloc: fix allocation of more than 1 page (not without the help of grok) 2025-03-29 14:04:57 +03:00
rusya 2724595592 paging: map_kernel_page: add an additional checks 2025-03-29 13:33:45 +03:00
rusya d9a8b964ed paging: with the huge help from grok, finished paging 2025-03-27 19:08:11 +03:00
rusya 7eaabe0f5f fat32: update the code because the author seemed to fix the bugs in a282d4b92fc0ce6bc6dfd08111791b984f6834e4 2025-03-27 16:08:56 +03:00
rusya ec9146f815 screen: fix column zeroing on going past VGA_WIDTH 2025-03-26 20:39:34 +03:00
rusya dd865fe89d screen: implement terminal scrolling 2025-03-26 20:35:47 +03:00
rusya 12ae4fd814 continue FAT32 tests 2025-03-25 23:50:43 +03:00
rusya 4513325cfa make makefile use mkfs.vfat and fix bochsrc 2025-03-25 23:48:12 +03:00
rusya 6e340a6e4f makefile: cleanup & make 'create-image' copy everything from grubshit on disk 2025-03-25 15:13:10 +03:00
rusya d16488e541 makefile: make 'image' target copy everything from grubshit on disk 2025-03-25 14:50:31 +03:00
rusya cb9b864933 continue messing with fat32 2025-03-24 23:07:08 +03:00
rusya bb5d94bb0c start messing with fat32 2025-03-24 22:03:19 +03:00
rusya bf6ab81791 isr: replace terminal_writestring with printf 2025-03-23 16:02:34 +03:00
rusya 2f2c824c98 add basic paging functionality 2025-03-23 13:39:29 +03:00
rusya 1ce599cee1 keyboard: fix capslock LED 2025-03-22 14:54:48 +03:00
rusya ef2c779798 idt: put sti out of idt_set so bochs doesn't crash 2025-03-22 14:30:12 +03:00
rusya bb87905970 make keyboard actually type things 2025-03-21 23:10:03 +03:00
rusya a8ff36be52 pit: fix pit_init and add freq argument 2025-03-21 22:18:24 +03:00
rusya eb098b77fe kmain: put pic mask things into separate function 2025-03-21 18:06:51 +03:00
rusya 49d6231325 add PIT 2025-03-21 17:57:30 +03:00
rusya c9d6e6183d isr: improve keyboard handler 2025-03-19 21:46:46 +03:00
rusya 5bff255a7a isr: add keyboard (0x21) handler 2025-03-19 21:29:10 +03:00
rusya 9b308de99b idt: add default handlers for all IRQs 2025-03-19 13:28:05 +03:00
rusya 97598b96db add PIC code from osdev 2025-03-19 13:10:41 +03:00
rusya 22c7380c8d gdt: remove anything left from C implementation of GDT 2025-03-18 16:24:11 +03:00
rusya 086bac07ed gdt: make gdt setup run before kmain 2025-03-18 15:45:51 +03:00
rusya a899964fce add test-bochs target to makefile 2025-03-18 00:22:56 +03:00
rusya 9f6533d0bd add bochsrc 2025-03-18 00:17:02 +03:00
rusya aac28efa36 utils: add get_datetime and fat32_datetime 2025-03-16 14:49:53 +03:00
rusya 211a6e9318 start implementing time utils 2025-03-16 13:26:38 +03:00
rusya 4cbdbfe838 disk: implement ata_write 2025-03-15 22:33:53 +03:00
rusya f7ed064db7 disk: implement ata_read 2025-03-15 21:11:10 +03:00
rusya 885ed6a7d1 disk: remove some unused things 2025-03-15 17:32:19 +03:00
rusya 526a1a07dd continue fucking with disk system 2025-03-15 17:29:27 +03:00
rusya a7a7121812 start adding disk things 2025-03-15 16:03:16 +03:00
rusya fe1264d55d stdio: add intToString and make use of it in printf 2025-03-15 13:06:30 +03:00
rusya bacba9abf1 cleanup 2025-03-15 00:02:33 +03:00
rusya 0ea8fc59ef add gdt setup 2025-03-14 23:59:13 +03:00
rusya 294111bf41 add basic stdio 2025-03-14 20:18:26 +03:00
rusya e37c8462a6 implement basic string functions (memset, memcpy, etc) 2025-03-14 19:38:41 +03:00
rusya ab775bd958 implemented basic keyboard input getting 2025-03-14 18:32:01 +03:00
rusya d5b504e815 Initial commit 2025-03-14 17:22:59 +03:00