-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
77 lines (66 loc) · 2.99 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
PS2Link (C) 2003 Tord Lindstrom (pukko@home.se)
(C) 2003,2004 adresd (adresd_ps2dev@yahoo.com)
(C) 2004 Lukasz Bruun (mail@lukasz.dk)
(C) 2006 Drakonite (makeshift_ps2dev@123mail.org)
(C) 2021 fjtrujy (fjtrujy@gmail.org)
------------------------------------------------------------------------
2021-07-02 Version 1.80
- Removed legacy function that is no longer used
- Removed unused functions
- Simplify logic in the startup process
- Improve messages on the screen
- Improve how it gets IP Config (file/default config)
- Reduce the binary size
- Create a specific header for IRX variables
- Create global header
- Create headers instead of making references with "extern ..."
- Cleaning code in general
2006-02-18 Version 1.46
- Added Cached Config support
- Extra config disabled, at least while cached config is enabled
- Some code cleanup and reordering
- More consistant environment (no longer has sio2man and mcman
loaded when booting from MC, assuming cached_cfg enabled)
- Boots from essentially anywhere now
- Some code uglyfications
- Elf in bin/ is now packed using ps2-packer
- Lots of version bumping from beta test versions
- Other stuff
2006-01-25 Version 1.32
- Cleaned up and repaired Makefiles
- Disabled 'check' dependency of make dist as it seems to
be broken, dist was broken anyways so it doesn't seem like
check is being used
- Builtin_irx made default out of svn
- Bumped version for tag
2004-09-25 Version 1.30
- Added IOP exception handling
- Changed IPCONFIG.DAT & EXTRA.CNF a little and added better
parsing code.
2004-05-24 Version 1.24
- Made changes for compiling with ps2sdk, introduction of imports.lst/.h
and many changes in IOP part to use ioman.h.
- Set default values for irx_mod pointers and sizes for cached modules
to ensure they were in .bss and not trashed on pko_reset.
- Set default values for ip parameters for the same reason as above.
- New command writemem
- Can load irx files from a defined file in IPCONFIG.DAT
- All-In-One elf (irx's embedded in the elf) build target.
2004-02-08 Version 1.23
- Some new commands stop/start vu, dump mem, dump reg, gsexec
2004-02-06 Version 1.22
- HOST: getdir support (so ps2 can get filelist from host:, using ioman calls)
2004-01-29 Version 1.21
- Fixed Host loading (both IRX and ipconfig) - prob with reset (CLEARSPU), but runs fine.
- Added sbv for prefix checking, to remove LMB for mc load.
- Added screen/console exception dump selection.
- Consistent IOP reset for both HOST and other FS load methods.
- Removed DMS specific loading, module loading made more general.
- Handles being run from ANY mc dir now.
- Cleaned up highloading version.
2003-12-31 Version 1.2
- Binary Release Version
2003-12-15 Version 1.1
- Made compatible with ps2drv, for eth and HDD access together.
2003-05-12 Version 1.0
- First release