Commit graph

1188 commits

Author SHA1 Message Date
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
チャールズ
3d320aa308
Merge branch 'master' into Doodle 2023-08-25 15:46:46 +09:00
チャールズ
727e7ac02a
Update ConversionScript.ZC 2023-08-25 15:40:21 +09:00
y4my4my4m
33c0eedcab Merge branch 'telnet' of github.com:Zeal-Operating-System/ZealOS into telnet 2023-08-25 15:39:00 +09:00
y4my4my4m
fd716e9dad Update Tradition.ZC 2023-08-25 15:38:05 +09:00
チャールズ
931d05718d
Update Tradition.ZC 2023-08-25 15:37:25 +09:00
チャールズ
02497b063b
Update Tradition.ZC 2023-08-25 15:36:57 +09:00
チャールズ
d098189bb5
Update PaletteEdit.ZC 2023-08-25 15:36:32 +09:00
チャールズ
2c280d00ac
Update Tradition.ZC 2023-08-25 15:35:45 +09:00
y4my4my4m
be3ca8f43f Seperate features in different PRs 2023-08-25 15:34:58 +09:00
y4my4my4m
3149a8f2ea desktop ui 2023-08-25 15:24:51 +09:00
y4my4my4m
cd3fd49758 init 2023-08-25 14:54:17 +09:00
y4my4my4m
a5a4548ce4 NetToggle and WallPaper Stats 2023-08-25 01:11:34 +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
y4my4my4m
0a518e23ac NetLogTogglable 2023-08-24 21:40:24 +09:00
y4my4my4m
64bf5c50ca indent 2023-08-24 21:10:50 +09:00
y4my4my4m
d4e94ff3b3 rename 2023-08-24 21:10:34 +09:00
y4my4my4m
8a3fb09009 Added missing file 2023-08-24 20:50:51 +09:00
y4my4my4m
f8c0032409 removed heavy .ans file 2023-08-24 19:51:00 +09:00
y4my4my4m
7ac5f55432 Rename 2023-08-24 19:47:20 +09:00
y4my4my4m
4a93b3f19b Add desktop feature 2023-08-24 17:37:20 +09:00
y4my4my4m
21f1cc9cfa nginx middleware server 2023-08-24 17:19:37 +09:00
y4my4my4m
090bc4bacb move TelnetGr version in the Extra folder 2023-08-24 17:09:56 +09:00
y4my4my4m
410081191a Lock telnet cursor to prevent messing up print 2023-08-24 17:08:18 +09:00
y4my4my4m
78ad9450cf Merge branch 'telnet' of github.com:Zeal-Operating-System/ZealOS into telnet 2023-08-24 16:19:52 +09:00
y4my4my4m
9f04a75e7e example ansi art 2023-08-24 16:18:00 +09:00
チャールズ
eff3984407
Merge branch 'master' into telnet 2023-08-24 15:05:58 +09:00
y4my4my4m
1b112b9f53 Fix conflict 2023-08-24 14:49:30 +09:00
y4my4my4m
fe04a340db Updates 2023-08-24 14:39:52 +09:00
y4my4my4m
85fe748331 freeing memory 2023-08-24 14:28:21 +09:00
y4my4my4m
f4cf93c43d Uses the JSON util 2023-08-24 14:02:29 +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
y4my4my4m
f8ac780621 skynet gpt4 2023-08-15 00:37:17 +09:00
y4my4my4m
d040f9932d skynet 2023-08-14 19:52:20 +09: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
Sharoy Veduchi
3c8271560d FIXIN SOME INDENTATION 2023-07-04 09:59:00 -07:00
Sharoy Veduchi
4f05d5ae80
Merge branch 'master' into Doodle 2023-06-27 21:08:56 -07:00
TempleProgramming
c3aaa3e621
Merge pull request #107 from Zeal-Operating-System/palette-update
PaletteEditor update
2023-06-18 17:22:09 -04:00
Sharoy Veduchi
e264e506da
Added hotkey for GodDoodle 2023-06-13 21:16:28 -07:00
Sharoy Veduchi
cc7f383d8d
GodDoodle Added to Pulldown 2023-06-13 21:13:17 -07:00