Commit Graph

96 Commits

Author SHA1 Message Date
Marco Cetica b0f4c8a4fd
Reverted to previous state 2024-01-16 09:43:25 +01:00
Marco Cetica e430178c82 Fixed various bugs 2021-02-05 18:12:50 +01:00
Marco Cetica f263f3f481 Added initrd driver 2021-02-05 13:05:05 +01:00
Marco Cetica dd48ba577d Updated heap test 2021-02-04 15:42:37 +01:00
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 b20064b869 Updated README.md 2021-02-03 16:05:14 +01:00
Marco Cetica 1b207add8c Refactoring assembly entry point 2021-02-03 15:59:42 +01:00
Cetica Marco dc3803491e Modified PANIC function 2021-01-05 18:43:59 +01:00
Marco 4299b3806c
Delete logo.png 2021-01-04 18:01:48 +01:00
Marco f831efc639
Update README.md 2021-01-04 18:01:34 +01:00
Cetica Marco a7268d467f Fixed a bug 2021-01-04 17:58:21 +01:00
Cetica Marco 6f851951d6 Added screenfetch 2021-01-04 17:54:22 +01:00
Cetica Marco f13837f6f8 Added system fetcher and strcpy(string.h) 2021-01-03 18:24:55 +01:00
Cetica Marco 21f017f13c Added time RTC library 2021-01-02 17:49:15 +01:00
Marco 5880c473fc
Update README.md 2021-01-02 16:22:23 +01:00
Marco 99dc420a50
Update README.md 2021-01-02 16:20:41 +01:00
Cetica Marco 73faf43dec Changing project name... 2021-01-02 16:15:36 +01:00
Marco Cetica 6e5f0a4089 Added 32 nasm flag and fixed clean Make directive 2020-08-25 01:09:22 +02:00
Marco Cetica 217893ec9d Added new startup logger, tab support and new iso image 2020-08-24 01:18:06 +02:00
Marco Cetica 036532615d Added new startup logger, tab support and new iso image 2020-08-24 01:16:32 +02:00
Marco Cetica 0728dc0dbc Added new startup logger, tab support and new iso image 2020-08-24 01:12:39 +02:00
ice-bit 50dc3ab1c7 Improved kernel's loading function 2020-08-17 17:57:06 +02:00
ice-bit 500ef112b9 Fixed typo 2020-08-01 14:20:16 +02:00
ice-bit 3a3cc9e3d7 Fixed URL 2020-08-01 12:39:19 +02:00
ice-bit 6dd6bd427e Fixed typos 2020-08-01 12:37:43 +02:00
ice-bit 2c59006854 Fixed linkage bug
With the new version of GCC(10.1.0) there was a problem about a
variable definition.
2020-07-06 12:34:55 +02:00
Marco Cetica 75a597401c Fixing typos 2020-04-29 00:43:03 +02:00
ice-bit 4c3d13a5e4 Fixed screenshot 2019-09-28 17:45:13 +02:00
ice-bit 3a8595e527 Fixed paging, added new iso and added heap tests. 2019-09-28 17:42:47 +02:00
ice-bit aa7a29edc5 Fixing kheap... 2019-09-28 12:11:43 +02:00
ice-bit c43afa7507 Fixing bugs... 2019-09-27 20:24:29 +02:00
ice-bit 2a22d1c994 Added travis support 2019-09-27 01:05:01 +02:00
ice-bit f9461299db Added travis support 2019-09-27 01:00:15 +02:00
ice-bit 6aff34543d Added travis support 2019-09-27 00:57:59 +02:00
ice-bit ea8be7f510 Merge branch 'master' of github.com:ice-bit/iceOS 2019-09-27 00:49:24 +02:00
ice-bit 1713cc87b0 Added travis support 2019-09-27 00:48:58 +02:00
ice-bit 3e0e8043d5 Trying to fix kheap... 2019-09-26 17:45:46 +02:00
ice-bit 8ff8d71af8 Trying to fixing free function... 2019-09-25 01:00:06 +02:00
ice-bit 3c574238cf Fixed bugs about kheap, paging and ordered list
Furthermore, added Heap kernel driver code
for both allocation and deallocation
free() does not works yet:
`ASSERTION-FAILED(head->magic == HEAP_MAGIC) at kheap.c:261`
2019-09-24 18:32:38 +02:00
ice-bit a378ca4061 Fixing bugs... 2019-09-24 12:39:05 +02:00
ice-bit 9b5bf087b5 Added last part of paging, print_hex function and updated linker script 2019-09-23 17:27:21 +02:00
ice-bit 3eacf3ea21 Completed kheap and added some parts of paging.h 2019-09-23 12:23:50 +02:00
ice-bit 07eff0e48c Added part of free() function 2019-09-20 16:53:18 +02:00
ice-bit 8b94c67502 Fixed a bug within kprint_dec function(tty.c) 2019-09-20 11:50:01 +02:00
ice-bit eff64e81c2 Added alloc function(heap) 2019-09-19 12:04:12 +02:00
ice-bit 234904bf9b Added some kheap parts...not ready yet 2019-09-18 12:25:55 +02:00
ice-bit 7f737e6f02 Added ordered_list driver and some parts of init ram disk 2019-09-14 12:33:51 +02:00
ice-bit 33a27a2ead Change filename 2019-09-14 00:43:04 +02:00
ice-bit c020b7270f Fixed some bugs and changed ASCII logo 2019-09-14 00:38:11 +02:00