Commit Graph

13 Commits

Author SHA1 Message Date
Marco Cetica 8b96940519 Reverted to x86, refactored Makefile sysstem. 2021-02-04 15:27:55 +01:00
Marco Cetica 634393b141 trying x86_64 support 2021-02-03 18:05:18 +01:00
Marco Cetica 1b207add8c Refactoring assembly entry point 2021-02-03 15:59:42 +01:00
Cetica Marco 6f851951d6 Added screenfetch 2021-01-04 17:54:22 +01:00
ice-bit 3e0e8043d5 Trying to fix kheap... 2019-09-26 17:45:46 +02:00
ice-bit a378ca4061 Fixing bugs... 2019-09-24 12:39:05 +02:00
ice-bit c020b7270f Fixed some bugs and changed ASCII logo 2019-09-14 00:38:11 +02:00
ice-bit 5719c6ba4e Added keyboard scancodes map 2019-07-08 12:56:36 +02:00
ice-bit bb1df4da6b Added Programmable Interval Timer(PIT) driver 2019-07-06 01:09:10 +02:00
ice-bit bb78281aaf Added ISRs and IRQs drivers and set up all interrupts in assembly, however the does not work, yet 2019-07-05 18:25:58 +02:00
ice-bit 1aa6963e84 Added IDT driver 2019-07-05 12:32:04 +02:00
ice-bit ccd31d8fab Added Global Descriptor Table(GDT)...not working yet(as always) 2019-07-04 12:49:53 +02:00
ice-bit bec03e3d1b Added:
- TTY driver
- VGA driver
- kernel's main function
- Makefiles

*NOTE*: iceOS not works at this stage.
2019-07-03 18:12:57 +02:00