Commit graph

90 commits

Author SHA1 Message Date
Leurak
9f09ca4ae7
Merge pull request #44 from EricZhang456/master
danooct's forum is no longer exists
2018-05-20 11:44:43 +02:00
Eric Zhang
53f0639c3c
Update README.md 2018-01-06 14:50:40 +08:00
Leurak
e2437acf45 Merge pull request #30 from Mintz98/master
i added segmentation, now the code can be 64K
2017-05-12 19:09:17 +02:00
Mintz98
9f80e227c6 cleaning debugging code 2017-05-12 17:49:10 +02:00
Mintz98
4b183fea87 let there be segmentation 2017-05-12 17:43:28 +02:00
Leurak
32dc0ed9a3 Improve the Makefiles 2017-05-02 11:02:20 +02:00
Leurak
f6e5f94ab4 Rename Window Procs 2017-05-02 10:34:04 +02:00
Leurak
3459980b04 Fixed file name case again
Hope it works this time
2017-05-02 10:21:16 +02:00
Leurak
f0cfaa9839 Move even more stuff into seperate files 2017-05-02 10:16:56 +02:00
Leurak
77732db6db Fix File Name Case change 2017-05-01 16:28:56 +02:00
Leurak
8d4f4901d2 Payloads are now in seperate files 2017-05-01 16:17:49 +02:00
Leurak
887e311358 Generate other data too & exe2bat build process
Now, everything is generated dynamically. This makes modifying the data easier.
Also, the Makefile now generates both the Destructive and Clean version in the EXE and BAT variants.
2017-05-01 15:20:05 +02:00
Leurak
b78601e558 Removed MBR binary from C code and included it in the build scripts 2017-04-29 14:29:46 +02:00
Leurak
f1f11bf5e0 Fix Unicode 2017-04-29 13:56:23 +02:00
Leurak
7a5904c4aa Switch to MinGW - The first steps
Not really finished yet
2017-04-29 13:42:09 +02:00
Leurak
fac6767fd9 Renamed main directories 2017-04-29 13:06:47 +02:00
Leurak
b4c7132a44 New way of displaying the Nyan Timer 2017-04-29 12:50:32 +02:00
Leurak
f886a2fb5a Use functions for the animation too 2017-04-29 11:46:03 +02:00
Leurak
9f0fb38549 Use functions instead of includes for the timer handlers
Also moved the variables to their corresponding code file
2017-04-29 11:07:40 +02:00
Leurak
d2e743ab56 Add Speed Up feature
Pressing the S key will make the whole animation faster.

The is also a maximum speed, that, when exceeded,
changes the timer back to a slower-than-default value.
2017-04-29 10:56:14 +02:00
Leurak
6f4b1e16cd Disable screen blinking again
Fixes #26
2017-04-29 10:03:30 +02:00
Leurak
fe39986260 Don't clean up all registers
Isn't necessary.
2017-04-29 09:59:52 +02:00
Leurak
c95898773e Restructure ASM & Create Keyboard Handler
The Keyboard Handler does currently nothing, but implementation will follow.
2017-04-29 09:58:31 +02:00
Leurak
8633dc5677 Tweaked Locations for compatibility with other bootloaders (such as PXE) 2017-04-16 11:11:28 +02:00
Leurak
1eb7870810 Cleanup 2017-04-15 21:03:10 +02:00
Leurak
6de8113752 Nyan Time Display & 420 Easter Egg 2017-04-15 20:57:28 +02:00
Leurak
a16133a780 Store data directly in ASM files 2017-04-15 13:13:27 +02:00
Leurak
b7526322b7 Re-Implemented Sound for the MBR 2017-04-15 12:52:47 +02:00
Leurak
ac47c0582e Rewritten MBR Payload - The first steps 2017-04-14 19:25:19 +02:00
Leurak
e8db74b744 Tweaked Build System 2017-04-14 13:00:23 +02:00
Leurak
b15f94e5ca Fixed makefile
Directory wasn't created before building
2017-04-14 11:41:33 +02:00
Leurak
d06b1d2b57 Merge pull request #24 from Thesola10/master
Reworked PayloadMBR build process
2017-04-14 11:29:47 +02:00
Karim Vergnes
c57b9a5cfe Nothing 2017-04-13 10:13:06 +02:00
thesola10
f71ccd91f2 personal test 2017-04-13 10:12:53 +02:00
Karim Vergnes
c6158f5ee0 More dynamic makefile 2017-04-13 10:12:32 +02:00
Karim Vergnes
502a083d50 SORT fixed 2017-04-13 10:12:26 +02:00
Karim Vergnes
3fd115a090 Added build directory 2017-04-13 10:11:19 +02:00
Karim Vergnes
66762c4a34 Overcomplicated attempt 2017-04-13 10:11:09 +02:00
Karim Vergnes
9742cdce62 First attempt fixing img2bin 2017-04-13 10:11:00 +02:00
Karim Vergnes
5f516dd6c7 tiny jmp 2017-04-13 10:10:31 +02:00
Karim Vergnes
0c2872af76 Modified entrypoint for decompress 2017-04-13 10:10:12 +02:00
Karim Vergnes
64b8d4b2b5 fixed gitignore 2017-04-12 13:36:51 +02:00
Karim Vergnes
3c95cb8c34 Build passing #1 2017-04-12 13:33:03 +02:00
Karim Vergnes
cee3685d17 update 2017-04-12 13:13:36 +02:00
Karim Vergnes
4fa6bb4852 Added build system 2017-04-12 12:15:35 +02:00
Leurak
d0e12ca19c Improve song handling 2016-08-14 13:03:16 +02:00
Leurak
f0a658571c Fix crazybus on destructive 2016-07-24 15:38:45 +02:00
Leurak
ff724d4b47 Add crazy bus payload 2016-07-24 14:32:57 +02:00
Leurak
6322418e83 Changed the payload system 2016-07-24 13:23:23 +02:00
Leurak
5423fb83d8 Workaround for the sound bug 2016-07-10 18:47:38 +02:00