Commit Graph

12 Commits

Author SHA1 Message Date
g1n f111e459c9
Reimplemented page frame allocator using linked list 2022-02-13 21:09:00 +02:00
g1n 1e6f9083b8
Add kfree_frame for page frame allocator 2022-02-12 18:13:39 +02:00
g1n 7e3279dba1
Added page frame allocator
Currently it is using bitmap. Maybe will be rewriten. Also
deallocator is needed
2022-02-12 16:03:42 +02:00
g1n 45fc49d08c
Makefile: added sysroot and improved other parts
Sysroot maybe needed in future when we will need to use other
software
2022-02-11 18:15:51 +02:00
g1n edf0613390
Separated run-grub and iso making
Now no need to rebuild iso if main binary wasn't changed
2022-02-11 12:48:32 +02:00
g1n 79ed6ccff2
Optimized Makefile a bit more
Now kernel binary is not recompiled on every run, 'make' checks if
files are changed.

Also deleted not needed sections of Makefile.
2022-02-10 21:49:58 +02:00
g1n d083a9ef7c
Add colors for debug output and todo and panic functions 2022-02-10 10:01:43 +02:00
g1n 472a220b40
Add functions for WARNING, ERROR and FIXME debug outputs 2022-02-09 19:33:06 +02:00
g1n a4a7626010
Add serial and serial printing for debugging 2022-02-09 18:20:45 +02:00
g1n 43d9165486 Made cleaner Makefile (now not need to fix it on every new file) 2022-02-09 12:41:20 +02:00
g1n b4b30fbac6
Add paging 2022-02-02 20:10:52 +02:00
g1n 1079061353
Initial commit 2022-02-02 10:22:28 +02:00