Commit Graph

194 Commits

Author SHA1 Message Date
35b73e8004 clean: remove useless code 2025-01-22 14:06:44 +01:00
4ec1a4962d fix: (maybe): remove gdt address 2025-01-22 14:06:44 +01:00
24c7ea8b19 clean: remove useless code 2025-01-22 14:06:44 +01:00
d2f7a3ce26 repo: add .txt (for logs) in .gitignore 2025-01-22 14:04:20 +01:00
57ce3c792d wip: multitasking: change eip but not working 2025-01-21 10:41:27 +01:00
d889a251ef add: kernel task 2025-01-20 15:11:22 +01:00
b3be29246e wip: eip saved after the interrupt 2025-01-20 14:36:43 +01:00
2fe4ac5ad5 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2025-01-17 12:56:30 +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
02c3d72a4b core: add set variable in static 2025-01-16 13:43:14 +01:00
b9691b1948 wip: TSS added to the gdt and start to implement scheduler 2025-01-13 15:46:09 +01:00
916e8b6f19 add: sleep 2025-01-08 16:38:02 +01:00
bab3069152 feature: line spacing + characters are aligned 2024-12-19 19:04:43 +01:00
61debdcb85 fix: autocomplete working again (ratio starnakin) and clean some stuff 2024-12-19 11:03:09 +01:00
4028372475 add: Makefile create iso without compression 2024-12-19 02:18:47 +01:00
6bdba0cb4f clean: simplify code && maybe fix 2024-12-19 00:22:02 +01:00
4a99b82e15 add: backspace work with vbe 2024-12-18 23:56:17 +01:00
77928aca4b feature: black screen with scrolling is better, it also uses the full screen length 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) 2024-12-17 15:33:21 +01:00
3b0b090430 core: add fonts 2024-12-17 14:12:42 +01:00
917ccf0465 wip: good text support (scrolling not quite working rn) 2024-12-12 23:14:20 +01:00
2edc92bbcc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-12-11 21:20:34 +01:00
5383c4eced wip: putchar and stuff 2024-12-11 21:19:40 +01:00
903b303322 fix: tools: font_converter import stddef.h 2024-12-11 21:05:26 +01:00
db596a9212 fix: putchat: use right index 2024-12-11 21:03:29 +01:00
99e2d7053b fix: tootls: font_converter: remove extra bracket 2024-12-11 20:55:41 +01:00
33cb3dfa30 feature: start to implement the drivers for char printing support 2024-12-11 20:54:03 +01:00
e5bdd1b5ee fix: tootls: font_converter: font var get right name 2024-12-11 20:39:39 +01:00
bd080a0f9e fix: tools: icon_maker create icons folder if doesn't exist 2024-12-11 20:32:11 +01:00
570b848625 add: tools: font_converter 2024-12-11 20:31:39 +01:00
c6e2d52831 rename: icon maker to icon converter 2024-12-11 14:16:34 +01:00
0348e04436 core: rename script folder to tools 2024-12-11 14:07:28 +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
738b285e62 feature: vbe can now display pixels to the screen 🥳 2024-12-09 10:06:57 +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
30d22b3334 fix: skip in the header to have good addresses 2024-12-03 12:03:28 +01:00
88bf5e7960 fix: multiboot header is now setting the resolution variables (still not working tho) 2024-12-03 11:57:55 +01:00
fb1a1bc213 wip: enable vbe 2024-12-03 10:41:39 +01:00
4bd4198293 core: rename vzones to zones 2024-12-03 09:28:17 +01:00
f626edd0f0 wip: use multiboot2 2024-11-29 13:15:05 +01:00
1352201800 fix: memory memset right size of frame_table 2024-11-28 15:15:32 +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
9944f79b2e fix: last page of the pt is now usable 2024-11-26 14:17:04 +01:00
773f55466e add: memory test 2024-11-26 14:16:46 +01:00
8203b36092 fix: remove imcomplete page 2024-11-26 14:16:24 +01:00
da804296c6 fix: memory: protect kernel code 2024-11-26 12:43:09 +01:00