|
5fccbf3708
|
feature: memory limit with multiboot (wip, still crashing)
|
2024-11-07 13:45:29 +01:00 |
|
|
a72c3ca195
|
doc: explain the default_page_table
|
2024-10-30 21:39:51 +01:00 |
|
|
6533334824
|
fix: free: use the new pt system
|
2024-10-30 21:26:00 +01:00 |
|
|
ae3cfa7647
|
core: use ptr param instead of global
|
2024-10-30 20:48:59 +01:00 |
|
|
04211e2773
|
add: documentation: memory
|
2024-10-30 19:05:58 +01:00 |
|
|
5fba376e2f
|
clean: remove print
|
2024-10-29 15:18:08 +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 |
|
|
659ba24f12
|
fix: memory: current_page_table addr
|
2024-10-25 16:19:25 +02:00 |
|
|
cbcff77a4a
|
fix: memory: use 1024 instead of 4096 when use 32bit ptr
|
2024-10-25 15:33:31 +02: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 |
|
|
8c936f6323
|
Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
|
2024-10-19 23:20:39 +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 |
|
|
579b9ed349
|
opti: memory: for loop stop iterate when not enough block is available
|
2024-10-18 15:41:55 +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 |
|
|
049c31193f
|
wip: change the way memory is handled
|
2024-10-17 16:10:39 +02:00 |
|
|
457244222b
|
core: add a new pte
|
2024-10-15 13:32:02 +02:00 |
|
|
577d6c97ec
|
warning: mismatched types on a variable
|
2024-10-15 10:57:15 +02:00 |
|
|
fd1086b408
|
fix: use the boot pt
|
2024-10-15 10:55:13 +02:00 |
|
|
5f075a9090
|
fix: simplify code and start frame at 1 instead of 0 for the NULL
|
2024-10-15 01:31:53 +02:00 |
|
|
9dc9002f00
|
fix: page alloc return frame addr instead page addr
|
2024-10-15 01:31:10 +02:00 |
|
|
3372e386f5
|
fix: add flag when page-frame link
|
2024-10-15 01:23:12 +02:00 |
|
|
886f912f36
|
fix: find_next_block
|
2024-10-15 01:10:37 +02:00 |
|
|
5fc90ea240
|
fix: paging with higher half kernel
|
2024-10-15 00:29:46 +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 |
|
|
29b59c474d
|
fix: backspace printing + clean a few warnings/junk code
|
2024-10-09 23:24:56 +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 |
|
|
e5d7b80ed5
|
fix: irqs are handled correctly with regs->int_no (and the keyboard handler works)
|
2024-10-09 18:03:17 +02:00 |
|
|
4fb51d4356
|
feature: start to implement keyboard handler and better isrs/irqs
|
2024-10-09 17:54:29 +02:00 |
|
|
0812a06350
|
core: remove apic.c and unused function in pic.c
|
2024-10-09 16:22:26 +02:00 |
|
|
1640b2e125
|
fix: no more looping on some weird input
|
2024-10-09 16:16:22 +02:00 |
|
|
f3db3060af
|
add: pic work
|
2024-10-09 16:09:45 +02:00 |
|
|
a4411b0581
|
fix: kprintf unsigned int
|
2024-10-09 15:33:46 +02:00 |
|
|
599de25eec
|
fix: no more random reboot
|
2024-10-08 23:56:34 +02:00 |
|
|
339224f705
|
fix: remap pic with right offset
|
2024-10-08 12:22:35 +02:00 |
|
|
d348ac109e
|
fix: interrupt handler function uses an array
fix: gdt calls cli asm instruction at init
|
2024-10-08 10:56:15 +02:00 |
|
|
14758ff4ea
|
feature: kpanic on interrupts (merdella cmd to test it)
|
2024-10-03 17:00:47 +02:00 |
|
|
83e513c32f
|
fix: read_reg and write_reg are better now, no more double fault
|
2024-10-03 16:43:48 +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 |
|
|
9479515685
|
fix: isr.s not compiling because of movb instruction instead of mov
|
2024-10-02 14:20:43 +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 |
|