Commit Graph

84 Commits

Author SHA1 Message Date
359484b2e4 fix: remove the kernel process and add a shell process (still not working tho) 2025-11-05 16:46:55 +01:00
374ea13173 wip: thread and processes handle 2025-11-05 16:19:21 +01:00
56cfe9f2be wip: handle new task creation 2025-11-04 12:40:42 +01:00
38f56c46ef wip: fix terminal stuff 2025-11-03 17:19:03 +01:00
44f5d687b0 changed main to a signal demo 2025-04-21 20:50:39 +02:00
e15f0af292 fix: kpanic clearing registers and hlt correctly 2025-04-21 13:23:56 +02:00
8e2017bd29 clean 2025-04-18 17:31:08 +02:00
fc79a47957 add signal api 2025-04-18 17:07:56 +02:00
6c8c158a1f core: add physical allocator (not supposed to work but smh kinda does) 2025-04-18 14:42:07 +02:00
2e09db2dd1 fix: memory is now working completely (size issue)
fix: reboot with invalid opcode
2025-04-17 15:09:22 +02:00
5e561bfa15 wip: multiple pds and switch to kernel pd when needed 2025-02-10 13:25:19 +01:00
8dd5373e7f wip: start to add multiple pd for each task 2025-02-07 15:48:13 +01:00
3b798e5daa core: remove bozo typedef for types 2025-02-07 12:35:32 +01:00
7b7cc86999 wip: multitasking: add status forked 2025-02-03 13:11:38 +01:00
1ca8c68cf5 wip: fork and wait are almost working (missing child's stack) 2025-01-28 15:44:09 +01:00
dbdf851dd2 feature: fork added and exit_task is almost working 2025-01-28 13:38:39 +01:00
d7626df19c core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
95fec015f2 fix: simple multitasking work !!!!
add a stack at every task, and execute task while multitasking switching
2025-01-24 12:33:29 +01:00
2d6b24842e fix: a bunch of stuff related to multitasking 2025-01-23 14:12:38 +01:00
7ba3eead14 core: change main debug func 2025-01-22 14:06:44 +01:00
d889a251ef add: kernel task 2025-01-20 15:11:22 +01:00
fa3ef311ad wip: scheduler needs to change eip or smth in order to call the fn 2025-01-17 12:56:05 +01:00
b9691b1948 wip: TSS added to the gdt and start to implement scheduler 2025-01-13 15:46:09 +01:00
dda9c8a1ef feature: terminal scroll works again (with a bg image, without the bg image it's a wip) 2024-12-17 15:33:21 +01:00
917ccf0465 wip: good text support (scrolling not quite working rn) 2024-12-12 23:14:20 +01:00
33cb3dfa30 feature: start to implement the drivers for char printing support 2024-12-11 20:54:03 +01:00
d6a59da6d1 add: image is now printable 2024-12-10 16:26:00 +01:00
d39f708a51 fix: put pixel remove empty line 2024-12-09 11:57:10 +01:00
bedbca1154 wip: put_pixel (smh doing weird stuff when trying to draw a line) 2024-12-09 10:43:54 +01:00
daf510687a wip: vbe still not working but let us cook 2024-12-06 14:25:03 +01:00
2a281522cf feature: vbe is enabled, drivers for vbe tbd 2024-12-03 13:29:36 +01:00
fb1a1bc213 wip: enable vbe 2024-12-03 10:41:39 +01:00
dc12949329 fix: malloc 2024-11-28 11:20:45 +01:00
295c513f2d add: memory test 2024-11-26 14:31:17 +01:00
773f55466e add: memory test 2024-11-26 14:16:46 +01:00
da804296c6 fix: memory: protect kernel code 2024-11-26 12:43:09 +01:00
3bc05604db fix: start frame allocator after kernel code 2024-11-20 01:51:07 +01:00
3315d85e0c wip: frame_allocator working pretty good (?)
core: remove physical allocatory
2024-11-19 16:57:19 +01:00
09ea386b21 wip: alloc_femmes now uses multiboot memory mapping 2024-11-13 13:32:14 +01:00
11ef629a3a wip: multiboot struct is now in the page directory/page table 2024-11-12 17:13:36 +01:00
3c87632b0c wip: change the C function set_mem_size to asm 2024-11-08 12:45:00 +01:00
5fccbf3708 feature: memory limit with multiboot (wip, still crashing) 2024-11-07 13:45:29 +01:00
6533334824 fix: free: use the new pt system 2024-10-30 21:26:00 +01:00
04211e2773 add: documentation: memory 2024-10-30 19:05:58 +01:00
ff058d0ae1 fix: memory: use rigth index and addr, add page to pt before write it 2024-10-29 15:17:59 +01:00
a9bfb49bb8 wip: change memory to have access to page_tables and allocate these dynamically 2024-10-25 15:11:11 +02:00
f5147e78f9 wip: page_tables allocation 2024-10-21 16:29:50 +02:00
4337bc11c8 wip: debug memory pages persistency 2024-10-21 13:36:42 +02:00
73b8ffb3b8 wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 2024-10-19 23:20:13 +02:00
7128f2640a wip: memory change 2024-10-18 14:45:37 +02:00