Commit Graph

  • bab3069152 feature: line spacing + characters are aligned main 0x35c 2024-12-19 19:04:43 +0100
  • 61debdcb85 fix: autocomplete working again (ratio starnakin) and clean some stuff 0x35c 2024-12-19 11:03:09 +0100
  • 4028372475 add: Makefile create iso without compression Starnakin 2024-12-19 02:18:47 +0100
  • 6bdba0cb4f clean: simplify code && maybe fix Starnakin 2024-12-19 00:22:02 +0100
  • 4a99b82e15 add: backspace work with vbe Starnakin 2024-12-18 23:56:17 +0100
  • 77928aca4b feature: black screen with scrolling is better, it also uses the full screen length 0x35c 2024-12-18 14:13:45 +0100
  • 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 +0100
  • 3b0b090430 core: add fonts 0x35c 2024-12-17 14:12:42 +0100
  • 917ccf0465 wip: good text support (scrolling not quite working rn) 0x35c 2024-12-12 23:14:20 +0100
  • 2edc92bbcc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2024-12-11 21:20:34 +0100
  • 5383c4eced wip: putchar and stuff 0x35c 2024-12-11 21:19:40 +0100
  • 903b303322 fix: tools: font_converter import stddef.h Starnakin 2024-12-11 21:05:26 +0100
  • db596a9212 fix: putchat: use right index Starnakin 2024-12-11 21:03:29 +0100
  • 99e2d7053b fix: tootls: font_converter: remove extra bracket Starnakin 2024-12-11 20:55:18 +0100
  • 33cb3dfa30 feature: start to implement the drivers for char printing support 0x35c 2024-12-11 20:54:03 +0100
  • e5bdd1b5ee fix: tootls: font_converter: font var get right name Starnakin 2024-12-11 20:39:39 +0100
  • bd080a0f9e fix: tools: icon_maker create icons folder if doesn't exist Starnakin 2024-12-11 20:32:11 +0100
  • 570b848625 add: tools: font_converter Starnakin 2024-12-11 20:31:39 +0100
  • c6e2d52831 rename: icon maker to icon converter Starnakin 2024-12-11 14:16:34 +0100
  • 0348e04436 core: rename script folder to tools Starnakin 2024-12-11 14:07:28 +0100
  • d6a59da6d1 add: image is now printable Starnakin 2024-12-10 16:26:00 +0100
  • d39f708a51 fix: put pixel remove empty line Starnakin 2024-12-09 11:57:10 +0100
  • bedbca1154 wip: put_pixel (smh doing weird stuff when trying to draw a line) 0x35c 2024-12-09 10:43:54 +0100
  • 738b285e62 feature: vbe can now display pixels to the screen 🥳 0x35c 2024-12-09 10:06:57 +0100
  • daf510687a wip: vbe still not working but let us cook 0x35c 2024-12-06 14:25:03 +0100
  • 2a281522cf feature: vbe is enabled, drivers for vbe tbd 0x35c 2024-12-03 13:29:36 +0100
  • 30d22b3334 fix: skip in the header to have good addresses 0x35c 2024-12-03 12:02:58 +0100
  • 88bf5e7960 fix: multiboot header is now setting the resolution variables (still not working tho) 0x35c 2024-12-03 11:57:55 +0100
  • fb1a1bc213 wip: enable vbe 0x35c 2024-12-03 10:41:39 +0100
  • 4bd4198293 core: rename vzones to zones 0x35c 2024-12-03 09:28:17 +0100
  • f626edd0f0 wip: use multiboot2 Starnakin 2024-11-29 13:15:05 +0100
  • 1352201800 fix: memory memset right size of frame_table Starnakin 2024-11-28 15:15:32 +0100
  • dc12949329 fix: malloc Starnakin 2024-11-28 11:20:45 +0100
  • 295c513f2d add: memory test Starnakin 2024-11-26 14:31:17 +0100
  • 9944f79b2e fix: last page of the pt is now usable Starnakin 2024-11-26 14:17:04 +0100
  • 773f55466e add: memory test Starnakin 2024-11-26 14:16:46 +0100
  • 8203b36092 fix: remove imcomplete page Starnakin 2024-11-26 14:16:24 +0100
  • da804296c6 fix: memory: protect kernel code Starnakin 2024-11-26 12:43:09 +0100
  • 0c280d971b clean: simplify code Starnakin 2024-11-20 16:26:33 +0100
  • 94b2fa340c fix: check if zone is not null before explore it Starnakin 2024-11-20 16:26:01 +0100
  • ec3a038a36 fix: free frame use right addr Starnakin 2024-11-20 16:25:31 +0100
  • 3bc05604db fix: start frame allocator after kernel code Starnakin 2024-11-20 01:51:07 +0100
  • b7dd7761d5 core: (struct frame_zone).addr now represent address without the header Starnakin 2024-11-20 00:49:31 +0100
  • 3315d85e0c wip: frame_allocator working pretty good (?) core: remove physical allocatory 0x35c 2024-11-19 16:57:19 +0100
  • e8fd6c55eb wip: frame_allocator with multiboot zones 0x35c 2024-11-18 15:12:46 +0100
  • d8d31d959f fix: ssp is now enabled and it no longer crashes with several prints (so far) 0x35c 2024-11-16 14:56:05 +0100
  • 20ba985b34 fix: able to read multiboot mmap Starnakin 2024-11-15 13:35:48 +0100
  • 09ea386b21 wip: alloc_femmes now uses multiboot memory mapping 0x35c 2024-11-13 13:32:14 +0100
  • 1e35f3b710 fix: add init flag Starnakin 2024-11-12 22:06:39 +0100
  • 11ef629a3a wip: multiboot struct is now in the page directory/page table 0x35c 2024-11-12 17:13:36 +0100
  • 719c615c92 fix: set_mem_size: use right index Starnakin 2024-11-08 13:15:15 +0100
  • 3c87632b0c wip: change the C function set_mem_size to asm 0x35c 2024-11-08 12:45:00 +0100
  • 5fccbf3708 feature: memory limit with multiboot (wip, still crashing) 0x35c 2024-11-07 13:45:29 +0100
  • a72c3ca195 doc: explain the default_page_table Starnakin 2024-10-30 21:39:51 +0100
  • 6533334824 fix: free: use the new pt system Starnakin 2024-10-30 21:26:00 +0100
  • ae3cfa7647 core: use ptr param instead of global Starnakin 2024-10-30 20:48:59 +0100
  • 04211e2773 add: documentation: memory Starnakin 2024-10-30 19:05:58 +0100
  • 5fba376e2f clean: remove print Starnakin 2024-10-29 15:18:08 +0100
  • ff058d0ae1 fix: memory: use rigth index and addr, add page to pt before write it Starnakin 2024-10-29 15:17:59 +0100
  • 659ba24f12 fix: memory: current_page_table addr Starnakin 2024-10-25 16:19:25 +0200
  • cbcff77a4a fix: memory: use 1024 instead of 4096 when use 32bit ptr Starnakin 2024-10-25 15:33:31 +0200
  • a9bfb49bb8 wip: change memory to have access to page_tables and allocate these dynamically 0x35c 2024-10-25 15:11:11 +0200
  • f5147e78f9 wip: page_tables allocation 0x35c 2024-10-21 16:29:50 +0200
  • 4337bc11c8 wip: debug memory pages persistency 0x35c 2024-10-21 13:36:42 +0200
  • 8c936f6323 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2024-10-19 23:20:39 +0200
  • 73b8ffb3b8 wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 0x35c 2024-10-19 23:20:13 +0200
  • 579b9ed349 opti: memory: for loop stop iterate when not enough block is available Starnakin 2024-10-18 15:41:55 +0200
  • 55037b75fa fix: change the pte to use a bitmask operation (still crashes but later) 0x35c 2024-10-18 15:38:36 +0200
  • 7128f2640a wip: memory change 0x35c 2024-10-18 14:45:37 +0200
  • 9e85807a09 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 0x35c 2024-10-17 16:11:40 +0200
  • 049c31193f wip: change the way memory is handled 0x35c 2024-10-17 16:10:39 +0200
  • 457244222b core: add a new pte starnakin 2024-10-15 13:32:02 +0200
  • 577d6c97ec warning: mismatched types on a variable 0x35c 2024-10-15 10:57:15 +0200
  • fd1086b408 fix: use the boot pt starnakin 2024-10-15 10:55:13 +0200
  • 5f075a9090 fix: simplify code and start frame at 1 instead of 0 for the NULL starnakin 2024-10-15 01:31:53 +0200
  • 9dc9002f00 fix: page alloc return frame addr instead page addr starnakin 2024-10-15 01:31:10 +0200
  • 3372e386f5 fix: add flag when page-frame link starnakin 2024-10-15 01:23:12 +0200
  • 886f912f36 fix: find_next_block starnakin 2024-10-15 01:10:37 +0200
  • 5fc90ea240 fix: paging with higher half kernel starnakin 2024-10-15 00:29:46 +0200
  • 9855669662 fix: gdt init no longer crashes WIP: change page directory and stuff so the memory can work properly 0x35c 2024-10-14 23:36:41 +0200
  • 5969dcca54 add: higher half kernel, NOT WORKING starnakin 2024-10-14 15:57:11 +0200
  • 41786ea523 feature: add a few helpers fn (is...) fix: print unprintable characters no longer occurs 0x35c 2024-10-11 13:10:47 +0200
  • 29b59c474d fix: backspace printing + clean a few warnings/junk code 0x35c 2024-10-09 23:24:56 +0200
  • 06ade25a46 add: hold down key && core: create get_key to simplify keyboard usage Starnakin 2024-10-09 22:58:06 +0200
  • fc8bc6a495 add: get_line Starnakin 2024-10-09 22:10:22 +0200
  • 50b1487708 feature: shell kb input is now working with interrupts (not clean tho, might need to change it) 0x35c 2024-10-09 20:26:44 +0200
  • e5d7b80ed5 fix: irqs are handled correctly with regs->int_no (and the keyboard handler works) 0x35c 2024-10-09 18:03:17 +0200
  • 4fb51d4356 feature: start to implement keyboard handler and better isrs/irqs 0x35c 2024-10-09 17:54:29 +0200
  • 0812a06350 core: remove apic.c and unused function in pic.c 0x35c 2024-10-09 16:22:26 +0200
  • 1640b2e125 fix: no more looping on some weird input 0x35c 2024-10-09 16:16:22 +0200
  • f3db3060af add: pic work Starnakin 2024-10-09 16:09:45 +0200
  • a4411b0581 fix: kprintf unsigned int Starnakin 2024-10-09 15:33:46 +0200
  • 599de25eec fix: no more random reboot 0x35c 2024-10-08 23:56:34 +0200
  • 339224f705 fix: remap pic with right offset Starnakin 2024-10-08 12:22:35 +0200
  • d348ac109e fix: interrupt handler function uses an array fix: gdt calls cli asm instruction at init 0x35c 2024-10-08 10:56:15 +0200
  • 14758ff4ea feature: kpanic on interrupts (merdella cmd to test it) 0x35c 2024-10-03 17:00:47 +0200
  • 83e513c32f fix: read_reg and write_reg are better now, no more double fault 0x35c 2024-10-03 16:43:48 +0200
  • d6b35a2786 feature: apic is now enabled and the double fault interrupt at boot no longer occurs 0x35c 2024-10-03 15:20:19 +0200
  • 9479515685 fix: isr.s not compiling because of movb instruction instead of mov 0x35c 2024-10-02 14:20:43 +0200
  • 8b2d35594d add: idt Starnakin 2024-10-02 14:15:57 +0200