Commit graph

939 commits

Author SHA1 Message Date
Arsenic Blood
cf73aa2029
Update README.md 2023-10-20 23:47:23 -04:00
Arsenic Blood
1227de8fe7
Update README.md 2023-10-20 23:41:24 -04:00
Arsenic Blood
157783673e
Merge pull request #128 from Zeal-Operating-System/misc-zealbooter-updates
Misc zealbooter updates
2023-10-08 09:02:26 -04:00
Arsenic Blood
6fe5ca4188
Merge branch 'master' into misc-zealbooter-updates 2023-10-08 09:01:00 -04:00
Arsenic Blood
37a379179d
Merge pull request #121 from Zeal-Operating-System/ignore-hidden
Dont copy hidden files/folders to VM
2023-10-04 01:24:30 -04:00
Arsenic Blood
6bc514c70d
Merge branch 'master' into ignore-hidden 2023-10-04 01:24:13 -04:00
Arsenic Blood
e35fe7962c
Update sync.sh 2023-10-04 01:23:43 -04:00
Arsenic Blood
3139b53e49
Merge pull request #119 from mknos/flagsstrprint
FlagsStrPrint() sanity check
2023-10-04 01:01:55 -04:00
Arsenic Blood
fb7087143e
Merge branch 'master' into flagsstrprint 2023-10-04 01:01:40 -04:00
Arsenic Blood
9334f5f512
Merge pull request #116 from mknos/str2i64_oct
Str2I64() octal prefix 0o
2023-10-04 00:38:11 -04:00
Arsenic Blood
aa3d2f848f
Merge branch 'master' into str2i64_oct 2023-10-04 00:37:17 -04:00
Arsenic Blood
9d34434e18
Merge pull request #130 from doodayev/patch-6
Remove "MagicISO" trademark.
2023-10-03 02:30:19 -04:00
Arsenic Blood
577d8979c3
Update GuideLines.DD 2023-10-03 02:29:16 -04:00
Sharoy Veduchi
26e0304999
Remove "MagicISO" trademark.
Maybe in the past the word "MagicISO" was used for something but I don't see it here. Therefore I suggest removing it.
2023-10-02 21:49:24 -07:00
mintsuki
cca870c059 zealbooter: Backport build system improvements from limine-barebones 2023-09-28 02:31:52 -05:00
mintsuki
4f0cdcd551 zealbooter: Have kernel makefile targets depend on GNUmakefile and linker.ld appropriately 2023-09-03 18:53:54 -05:00
mintsuki
0c17393a4c zealbooter: Drop -mabi=sysv cc argument for clang 16 2023-09-01 15:00:14 -05:00
チャールズ
136df9cbc2
Update .gitignore 2023-08-28 14:11:59 +09:00
y4my4my4m
8b1d036e82 added --ignore-dots argument 2023-08-28 14:11:23 +09:00
y4my4my4m
c5fcbe24cf use find and cp instead 2023-08-25 16:17:27 +09:00
y4my4my4m
88a1384983 fix 2023-08-24 22:26:08 +09:00
y4my4my4m
c69e0c8246 ignore hidden files/folders 2023-08-24 22:22:21 +09:00
Michael Mikonos
ed0afb2bb5 * By default, print_all_length is 64 and i counts from 0 to 63, covering all bits of flags
* Bt(&flags,64) probably doesn't make sense, so it might be safer to set a maximum cap value
* I have not tested this
2023-08-21 21:26:08 +08:00
Michael Mikonos
0d82978c55 undo unintended file conversion 2023-08-07 08:52:53 +08:00
Michael Mikonos
79ac2b651f
Str2I64() octal prefix 0o
* Comment at top of function hints that 0o18 is treated as an octal number but it is not
* Adding the appropriate switch-case makes it work by adjusting radix
* Update comment: this function is more like strtol() because it returns a signed result
* This function doesn't behave like strtol() because "0" prefix can't be used for octal, e.g. "0777" (maybe it could be supported in future)
2023-08-03 14:35:17 +08:00
Arsenic Blood
b32f9cea77
Merge pull request #113 from Zeal-Operating-System/limine-v5
Misc updates for Limine 5.x and Zealbooter
2023-07-15 17:02:08 -04:00
mintsuki
3f61ca6932 Misc updates for Limine 5.x and Zealbooter 2023-07-15 08:12:16 +02:00
TempleProgramming
c3aaa3e621
Merge pull request #107 from Zeal-Operating-System/palette-update
PaletteEditor update
2023-06-18 17:22:09 -04:00
チャールズ
7a6dda2a1c
Update PaletteGod.ZC 2023-06-13 11:58:38 +09:00
y4my4my4m
8a60eb60a3 update 2023-06-07 14:21:30 +09:00
チャールズ
0afbbd6ce2
Update PaletteGod.ZC 2023-05-31 02:59:33 +09:00
y4my4my4m
2b9a3b0bbb Fix 2023-05-31 02:51:04 +09:00
y4my4my4m
c947d9d451 Menu fix 2023-05-31 02:26:02 +09:00
y4my4my4m
9b75e8dd0f Hide doc cursor 2023-05-31 02:24:43 +09:00
y4my4my4m
3c2ab12e30 Removed cursor 2023-05-31 02:23:31 +09:00
y4my4my4m
2f7381847a Fix 2023-05-31 02:21:09 +09:00
y4my4my4m
18e545dfe8 Cleanerer 2023-05-31 02:05:08 +09:00
y4my4my4m
3f64a301e7 Cleaner 2023-05-31 02:02:00 +09:00
y4my4my4m
b8fb29fa2d Fix 2023-05-31 01:52:47 +09:00
y4my4my4m
5700e961c8 Random Colors hotkey in palette editor 2023-05-31 01:40:05 +09:00
y4my4my4m
9cf9e07805 16colors 2023-05-31 01:14:03 +09:00
y4my4my4m
782bba268c 16colors PaletteEdit 2023-05-30 01:30:41 +09:00
y4my4my4m
17578a1f78 Run PaletteGod on include 2023-05-30 01:11:28 +09:00
y4my4my4m
7da26fdde9 palette generation cleanup 2023-05-30 01:10:27 +09:00
Sharoy Veduchi
899c733ec1
New version of PaletteGodGenerate (#106)
This version makes seeding with GodPick optional and even if you want to seed it will only require one press of "Ok". The rest is taken care of by RandI32.
2023-05-29 19:01:03 +09:00
GutPuncher
a551afdd90
Optimize and debug NetLog DocBottom implementation. 2023-05-17 01:57:31 -04:00
GutPuncher
3311b483e8
Remove unused NetLogTask method. 2023-05-17 01:56:45 -04:00
GutPuncher
6288c403e6
Increase PCNet RX/TX buf count to 64. 2023-05-17 01:47:37 -04:00
GutPuncher
561f056c71
Remove 0x5 cursor byte from files 2023-05-17 01:44:50 -04:00
GutPuncher
bd5b85389e
Create CPU + RAM visualization demo. 2023-05-07 23:58:47 -04:00