|
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 |
|
|
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 |
|
|
db596a9212
|
fix: putchat: use right index
|
2024-12-11 21:03:29 +01:00 |
|
|
33cb3dfa30
|
feature: start to implement the drivers for char printing support
|
2024-12-11 20:54:03 +01:00 |
|
|
570b848625
|
add: tools: font_converter
|
2024-12-11 20:31:39 +01:00 |
|
|
d6a59da6d1
|
add: image is now printable
|
2024-12-10 16:26:00 +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 |
|
|
4bd4198293
|
core: rename vzones to zones
|
2024-12-03 09:28:17 +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 |
|
|
e8fd6c55eb
|
wip: frame_allocator with multiboot zones
|
2024-11-18 15:12:46 +01:00 |
|
|
d8d31d959f
|
fix: ssp is now enabled and it no longer crashes with several prints (so far)
|
2024-11-16 14:56:05 +01:00 |
|
|
20ba985b34
|
fix: able to read multiboot mmap
|
2024-11-15 13:35:48 +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 |
|
|
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 |
|
|
73b8ffb3b8
|
wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
|
2024-10-19 23:20:13 +02:00 |
|
|
55037b75fa
|
fix: change the pte to use a bitmask operation (still crashes but later)
|
2024-10-18 15:38:36 +02:00 |
|
|
7128f2640a
|
wip: memory change
|
2024-10-18 14:45:37 +02:00 |
|
|
9e85807a09
|
Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
|
2024-10-17 16:11:40 +02:00 |
|
|
9855669662
|
fix: gdt init no longer crashes
WIP: change page directory and stuff so the memory can work properly
|
2024-10-14 23:36:41 +02:00 |
|
|
5969dcca54
|
add: higher half kernel, NOT WORKING
|
2024-10-14 15:57:11 +02:00 |
|
|
41786ea523
|
feature: add a few helpers fn (is...)
fix: print unprintable characters no longer occurs
|
2024-10-11 13:10:47 +02:00 |
|
|
06ade25a46
|
add: hold down key && core: create get_key to simplify keyboard usage
|
2024-10-09 22:58:06 +02:00 |
|
|
fc8bc6a495
|
add: get_line
|
2024-10-09 22:10:22 +02:00 |
|
|
50b1487708
|
feature: shell kb input is now working with interrupts (not clean tho, might need to change it)
|
2024-10-09 20:26:44 +02:00 |
|
|
4fb51d4356
|
feature: start to implement keyboard handler and better isrs/irqs
|
2024-10-09 17:54:29 +02:00 |
|
|
599de25eec
|
fix: no more random reboot
|
2024-10-08 23:56:34 +02:00 |
|
|
d6b35a2786
|
feature: apic is now enabled and the double fault interrupt at boot no longer occurs
|
2024-10-03 15:20:19 +02:00 |
|
|
8b2d35594d
|
add: idt
|
2024-10-02 14:15:57 +02:00 |
|
|
a3bbffcfd9
|
core: use define for gdt offset
|
2024-10-02 14:15:49 +02:00 |
|
|
64a3f6ee0d
|
feature: start to implements isrs
|
2024-10-01 20:24:33 +02:00 |
|
|
8b73e8850a
|
fix: define the idt struct
|
2024-09-30 15:44:34 +02:00 |
|
|
0c540a11da
|
add: idt
|
2024-09-30 13:01:56 +02:00 |
|
|
0bcc99997a
|
add: ksize and vsize
|
2024-09-26 17:06:03 +02:00 |
|
|
a66f9174f4
|
feature: both physical and virtual allocators should be done
|
2024-09-26 16:18:06 +02:00 |
|
|
484e013ceb
|
add: color cmd
|
2024-09-25 22:25:43 +02:00 |
|