Commit Graph

  • 44f5d687b0 changed main to a signal demo main 0x35c 2025-04-21 20:50:39 +02:00
  • 1f5a358b19 fix: make iso starnakin 2025-04-21 13:29:56 +02:00
  • e15f0af292 fix: kpanic clearing registers and hlt correctly starnakin 2025-04-21 13:23:56 +02:00
  • 8e2017bd29 clean starnakin 2025-04-18 17:31:08 +02:00
  • 11125325ca Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2025-04-18 17:20:43 +02:00
  • 81c54647d2 feature: clear registers when kpanic is called 0x35c 2025-04-18 17:19:56 +02:00
  • fc79a47957 add signal api starnakin 2025-04-18 17:07:56 +02:00
  • 6c8c158a1f core: add physical allocator (not supposed to work but smh kinda does) 0x35c 2025-04-18 14:42:07 +02:00
  • 65f08e3887 feature: layout command to change between us and fr layouts 0x35c 2025-04-18 13:56:11 +02:00
  • a14cc5df28 clean: remove physical memory utils vboxuser 2025-04-17 17:12:03 +02:00
  • 2e09db2dd1 fix: memory is now working completely (size issue) fix: reboot with invalid opcode 0x35c 2025-04-17 15:09:22 +02:00
  • 5e561bfa15 wip: multiple pds and switch to kernel pd when needed 0x35c 2025-02-10 13:25:19 +01:00
  • 8dd5373e7f wip: start to add multiple pd for each task 0x35c 2025-02-07 15:48:13 +01:00
  • 3b798e5daa core: remove bozo typedef for types 0x35c 2025-02-07 12:35:32 +01:00
  • 70739744ac fix: fault address always display Starnakin 2025-02-07 11:30:12 +01:00
  • 1e981755de fix: do not edit task if it's the current Starnakin 2025-02-07 11:29:39 +01:00
  • 3766464c47 add: zombify task Starnakin 2025-02-07 11:28:22 +01:00
  • a9ed5947a8 clean: add '\n' Starnakin 2025-02-04 11:57:54 +01:00
  • db4ed04dd6 fix: kpanic print address of the fault only when page fault occured Starnakin 2025-02-04 11:57:43 +01:00
  • 7b7cc86999 wip: multitasking: add status forked Starnakin 2025-02-03 13:11:38 +01:00
  • 18486a6705 fix: infinite loop when scheduler call before create_kernel_task Starnakin 2025-01-30 14:04:15 +01:00
  • c9a92819b4 fix: fork return pid instead uid Starnakin 2025-01-30 10:47:36 +01:00
  • f75e121251 fix: fork: call scheduler before fork Starnakin 2025-01-30 10:47:15 +01:00
  • 9c89433db5 fix: task: use 8bit represent ptr instead of 32 to fix stack ptr Starnakin 2025-01-29 13:30:42 +01:00
  • 69686a2c91 fix: fork: set child espat the right postion Starnakin 2025-01-29 12:41:57 +01:00
  • 1ca8c68cf5 wip: fork and wait are almost working (missing child's stack) 0x35c 2025-01-28 15:44:09 +01:00
  • e60969b37a fix: multitasking: switch to task Starnakin 2025-01-28 15:10:13 +01:00
  • dbdf851dd2 feature: fork added and exit_task is almost working 0x35c 2025-01-28 13:38:39 +01:00
  • d7626df19c core: change types from uint32_t to u32 (e.g) 0x35c 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 Starnakin 2025-01-24 12:33:29 +01:00
  • dc84d5856b fix: switch to task: dereference variable rightly Starnakin 2025-01-23 15:53:42 +01:00
  • 19eea56a7e fix: switch to task: dereference variable rightly Starnakin 2025-01-23 15:25:49 +01:00
  • 8c63eac00e fix: no switch to task when only one task Starnakin 2025-01-23 14:48:53 +01:00
  • d4db6acf61 fix: infinite loop when only one task Starnakin 2025-01-23 14:26:44 +01:00
  • 540226fb0f Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2025-01-23 14:13:04 +01:00
  • 2d6b24842e fix: a bunch of stuff related to multitasking 0x35c 2025-01-23 14:12:38 +01:00
  • 494a0f425c add: bzero Starnakin 2025-01-22 14:44:12 +01:00
  • 2ba4037af2 core: add debug flags to use gdb 0x35c 2025-01-22 14:41:41 +01:00
  • 7ba3eead14 core: change main debug func Starnakin 2025-01-22 14:06:34 +01:00
  • 35b73e8004 clean: remove useless code Starnakin 2025-01-22 14:06:09 +01:00
  • 4ec1a4962d fix: (maybe): remove gdt address Starnakin 2025-01-22 14:04:35 +01:00
  • 24c7ea8b19 clean: remove useless code Starnakin 2025-01-22 14:04:09 +01:00
  • d2f7a3ce26 repo: add .txt (for logs) in .gitignore 0x35c 2025-01-22 14:04:20 +01:00
  • 57ce3c792d wip: multitasking: change eip but not working Starnakin 2025-01-21 10:41:27 +01:00
  • d889a251ef add: kernel task Starnakin 2025-01-20 15:11:22 +01:00
  • b3be29246e wip: eip saved after the interrupt 0x35c 2025-01-20 14:36:43 +01:00
  • 2fe4ac5ad5 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2025-01-17 12:56:30 +01:00
  • fa3ef311ad wip: scheduler needs to change eip or smth in order to call the fn 0x35c 2025-01-17 12:56:05 +01:00
  • 02c3d72a4b core: add set variable in static Starnakin 2025-01-16 13:43:14 +01:00
  • b9691b1948 wip: TSS added to the gdt and start to implement scheduler 0x35c 2025-01-13 15:46:09 +01:00
  • 916e8b6f19 add: sleep Starnakin 2025-01-08 16:38:02 +01:00
  • bab3069152 feature: line spacing + characters are aligned 0x35c 2024-12-19 19:04:43 +01:00
  • 61debdcb85 fix: autocomplete working again (ratio starnakin) and clean some stuff 0x35c 2024-12-19 11:03:09 +01:00
  • 4028372475 add: Makefile create iso without compression Starnakin 2024-12-19 02:18:47 +01:00
  • 6bdba0cb4f clean: simplify code && maybe fix Starnakin 2024-12-19 00:22:02 +01:00
  • 4a99b82e15 add: backspace work with vbe Starnakin 2024-12-18 23:56:17 +01:00
  • 77928aca4b feature: black screen with scrolling is better, it also uses the full screen length 0x35c 2024-12-18 14:13:45 +01:00
  • dda9c8a1ef feature: terminal scroll works again (with a bg image, without the bg image it's a wip) 0x35c 2024-12-17 15:33:21 +01:00
  • 3b0b090430 core: add fonts 0x35c 2024-12-17 14:12:42 +01:00
  • 917ccf0465 wip: good text support (scrolling not quite working rn) 0x35c 2024-12-12 23:14:20 +01:00
  • 2edc92bbcc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2024-12-11 21:20:34 +01:00
  • 5383c4eced wip: putchar and stuff 0x35c 2024-12-11 21:19:40 +01:00
  • 903b303322 fix: tools: font_converter import stddef.h Starnakin 2024-12-11 21:05:26 +01:00
  • db596a9212 fix: putchat: use right index Starnakin 2024-12-11 21:03:29 +01:00
  • 99e2d7053b fix: tootls: font_converter: remove extra bracket Starnakin 2024-12-11 20:55:18 +01:00
  • 33cb3dfa30 feature: start to implement the drivers for char printing support 0x35c 2024-12-11 20:54:03 +01:00
  • e5bdd1b5ee fix: tootls: font_converter: font var get right name Starnakin 2024-12-11 20:39:39 +01:00
  • bd080a0f9e fix: tools: icon_maker create icons folder if doesn't exist Starnakin 2024-12-11 20:32:11 +01:00
  • 570b848625 add: tools: font_converter Starnakin 2024-12-11 20:31:39 +01:00
  • c6e2d52831 rename: icon maker to icon converter Starnakin 2024-12-11 14:16:34 +01:00
  • 0348e04436 core: rename script folder to tools Starnakin 2024-12-11 14:07:28 +01:00
  • d6a59da6d1 add: image is now printable Starnakin 2024-12-10 16:26:00 +01:00
  • d39f708a51 fix: put pixel remove empty line Starnakin 2024-12-09 11:57:10 +01:00
  • bedbca1154 wip: put_pixel (smh doing weird stuff when trying to draw a line) 0x35c 2024-12-09 10:43:54 +01:00
  • 738b285e62 feature: vbe can now display pixels to the screen 🥳 0x35c 2024-12-09 10:06:57 +01:00
  • daf510687a wip: vbe still not working but let us cook 0x35c 2024-12-06 14:25:03 +01:00
  • 2a281522cf feature: vbe is enabled, drivers for vbe tbd 0x35c 2024-12-03 13:29:36 +01:00
  • 30d22b3334 fix: skip in the header to have good addresses 0x35c 2024-12-03 12:02:58 +01:00
  • 88bf5e7960 fix: multiboot header is now setting the resolution variables (still not working tho) 0x35c 2024-12-03 11:57:55 +01:00
  • fb1a1bc213 wip: enable vbe 0x35c 2024-12-03 10:41:39 +01:00
  • 4bd4198293 core: rename vzones to zones 0x35c 2024-12-03 09:28:17 +01:00
  • f626edd0f0 wip: use multiboot2 Starnakin 2024-11-29 13:15:05 +01:00
  • 1352201800 fix: memory memset right size of frame_table Starnakin 2024-11-28 15:15:32 +01:00
  • dc12949329 fix: malloc Starnakin 2024-11-28 11:20:45 +01:00
  • 295c513f2d add: memory test Starnakin 2024-11-26 14:31:17 +01:00
  • 9944f79b2e fix: last page of the pt is now usable Starnakin 2024-11-26 14:17:04 +01:00
  • 773f55466e add: memory test Starnakin 2024-11-26 14:16:46 +01:00
  • 8203b36092 fix: remove imcomplete page Starnakin 2024-11-26 14:16:24 +01:00
  • da804296c6 fix: memory: protect kernel code Starnakin 2024-11-26 12:43:09 +01:00
  • 0c280d971b clean: simplify code Starnakin 2024-11-20 16:26:33 +01:00
  • 94b2fa340c fix: check if zone is not null before explore it Starnakin 2024-11-20 16:26:01 +01:00
  • ec3a038a36 fix: free frame use right addr Starnakin 2024-11-20 16:25:31 +01:00
  • 3bc05604db fix: start frame allocator after kernel code Starnakin 2024-11-20 01:51:07 +01:00
  • b7dd7761d5 core: (struct frame_zone).addr now represent address without the header Starnakin 2024-11-20 00:49:31 +01:00
  • 3315d85e0c wip: frame_allocator working pretty good (?) core: remove physical allocatory 0x35c 2024-11-19 16:57:19 +01:00
  • e8fd6c55eb wip: frame_allocator with multiboot zones 0x35c 2024-11-18 15:12:46 +01:00
  • d8d31d959f fix: ssp is now enabled and it no longer crashes with several prints (so far) 0x35c 2024-11-16 14:56:05 +01:00
  • 20ba985b34 fix: able to read multiboot mmap Starnakin 2024-11-15 13:35:48 +01:00
  • 09ea386b21 wip: alloc_femmes now uses multiboot memory mapping 0x35c 2024-11-13 13:32:14 +01:00
  • 1e35f3b710 fix: add init flag Starnakin 2024-11-12 22:06:39 +01:00