rusya
|
c047dd687b
|
tasking: implement task_kill function, thanks deepseek
|
2025-06-23 00:25:23 +03:00 |
|
rusya
|
70d6aacb91
|
syscalls: start adding exit syscall, not done yet
|
2025-06-21 18:54:52 +03:00 |
|
rusya
|
4ccae473ca
|
syscalls: start implementing some basic syscalls
|
2025-06-20 21:59:08 +03:00 |
|
rusya
|
a9789b7f57
|
tasking: fix syscall handling, use debug_log instead of printf in some places
|
2025-06-19 18:31:15 +03:00 |
|
rusya
|
93f174827b
|
tasking: start handling syscalls
|
2025-06-19 17:58:49 +03:00 |
|
rusya
|
5fa2393fd6
|
tasking: fix ELF file execution
|
2025-06-07 18:18:05 +03:00 |
|
rusya
|
2408b67ccc
|
tasking: continue working on executing ELF files
|
2025-06-06 20:20:45 +03:00 |
|
rusya
|
541bc7172f
|
mm: implement heap with liballoc, might review later
|
2025-06-06 00:36:22 +03:00 |
|
rusya
|
d1ac41deeb
|
tasking, mm: remove unused functions and page_directory field from the Task struct
|
2025-06-01 14:04:49 +03:00 |
|
rusya
|
8fea7a8ec6
|
tasking: isolate ring3 tasks
|
2025-06-01 01:24:31 +03:00 |
|
rusya
|
9000d76441
|
tasking: continue working on page directory switching
|
2025-05-31 19:43:38 +03:00 |
|
rusya
|
33aa97c6ec
|
mm: add get_page_dir & set_page_dir
|
2025-05-31 18:09:56 +03:00 |
|
rusya
|
681f509099
|
some cleanups here and there
|
2025-05-31 17:47:56 +03:00 |
|
rusya
|
7c870636c5
|
a little cleanup in task.c and paging.h
|
2025-05-29 23:13:03 +03:00 |
|
rusya
|
b8752ee39d
|
gonna ask tsoding for help, fuck this shit
|
2025-05-20 00:10:37 +03:00 |
|
rusya
|
e2b596dcbd
|
fuckfuckfuckfuck
|
2025-05-16 16:44:13 +03:00 |
|
rusya
|
5d012b410d
|
yo almost, i guess...
|
2025-05-16 16:34:30 +03:00 |
|
rusya
|
2e372ae9c4
|
maybe i'm close to fixing multitasking
|
2025-05-16 14:55:19 +03:00 |
|
rusya
|
767e74976f
|
merge branch memory-shit into higher-half
|
2025-05-10 15:48:10 +03:00 |
|
rusya
|
65f543fa92
|
put memory map detection into paging.c (grub_memory_map function)
|
2025-05-10 15:48:10 +03:00 |
|
rusya
|
0bf26a6c70
|
organization
|
2025-05-10 15:48:10 +03:00 |
|
rusya
|
7e97987e95
|
add multiboot.h
|
2025-04-14 16:30:10 +03:00 |
|
rusya
|
65565dd4a6
|
tasking: add loading of a process' page directory before switching
|
2025-04-10 21:38:31 +03:00 |
|
rusya
|
372b308ec8
|
tasking: add simple base for running things in ring 3
|
2025-04-07 16:13:31 +03:00 |
|
rusya
|
2e2b7c7612
|
mm: put all code into separate files
|
2025-04-04 14:58:05 +03:00 |
|
rusya
|
f660beb3a7
|
tasking: fix idle task creation & make task_create take EntryPoint type argument
|
2025-04-01 17:14:25 +03:00 |
|
rusya
|
cb3d25f490
|
tasking: make tasks run with arguments
|
2025-04-01 16:28:27 +03:00 |
|
rusya
|
9381b4cdb7
|
implement basic multitasking
|
2025-03-31 14:51:33 +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
|
bb5d94bb0c
|
start messing with fat32
|
2025-03-24 22:03:19 +03:00 |
|
rusya
|
2f2c824c98
|
add basic paging functionality
|
2025-03-23 13:39:29 +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
|
49d6231325
|
add PIT
|
2025-03-21 17:57:30 +03:00 |
|
rusya
|
5bff255a7a
|
isr: add keyboard (0x21) handler
|
2025-03-19 21:29:10 +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
|
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
|
a7a7121812
|
start adding disk things
|
2025-03-15 16:03:16 +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 |
|