Added .gitignore. BIN/MAP files no longer tracked.

Updated changelog for the last few commits.
This commit is contained in:
xmm15 2020-02-23 02:53:25 -06:00
parent 5660626621
commit 01da1484e8
10 changed files with 12 additions and 3473 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.BIN*
*.MAP
0000Boot/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,12 @@
$WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$
$IV,1$----02/23/20 02:36:28----$IV,0$
* Refactored $LK,"FU flags",A="MN:FUf_RECURSE"$. Removed FUF_EXPAND, FUF_RISKY, and FUF_Z_OR_NOT_Z. $LK,"DocOptEntry",A="MN:DocOptEntry"$(), $LK,"Size",A="MN:Size"$(), $LK,"Size1",A="MN:"$(), $LK,"SizeRep",A="MN:SizeRep"$(), and $LK,"SizeRep1",A="MN:SizeRep1"$() have been updated accordingly.
* Removed IsDotZ(), ToggleZOrNotZ(). $LK,"FileRead",A="MN:FileRead"$(), $LK,"FileWrite",A="MN:FileWrite"$(), and $LK,"FileFind",A="MN:FileFind"$() have been cleaned up accordingly.
* Added XMM8-XMM15 to $LK,"OpCodes.DD",A="FF:::/Compiler/OpCodes.DD,XMM8"$.
* Added $LK,"::/Demo/Graphics/32BitColor.CC",A="FI:::/Demo/Graphics/32BitColor.CC"$.
$IV,1$----02/22/20 20:04:00----$IV,0$
* Reduced $LK,"MEM_MIN_MEG",A="MN:MEM_MIN_MEG"$ to 256 MiB (VMWare users have to do less work).
@ -10,7 +18,7 @@ $IV,1$----02/22/20 20:04:00----$IV,0$
* Updated the $LK,"Charter",A="FI:::/Doc/Charter.DD"$.
$IV,1$----02/21/20 17:30:17----$IV,0$
* $LK,"R",A="MN:R"$("IRQ's", "IRQs");
* Renamed IRQ's -> IRQs.
* Updated $LK,"MemBIOSRep",A="MN:MemBIOSRep"$() to report on VBE Linear Framebuffer size. E820 memory ranges are color-coded. It now shows the total memory reported by $LK,"MemBIOSTotal",A="MN:MemBIOSTotal"$().

Binary file not shown.

File diff suppressed because one or more lines are too long