diff --git a/README.md b/README.md index cfaf465d..c63a313a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Changes include: - Fwd -> Forward - Glbls -> Globals - Hndlr -> Handler - - KInts -> KInterrupts + - Ints -> Interrupts - Lst -> List - Ms -> Mouse - Msg -> Message diff --git a/src/0000Boot/0000Kernel.BIN.C b/src/0000Boot/0000Kernel.BIN.C index 6ac313a5..379617ad 100755 Binary files a/src/0000Boot/0000Kernel.BIN.C and b/src/0000Boot/0000Kernel.BIN.C differ diff --git a/src/Compiler/Compiler.BIN b/src/Compiler/Compiler.BIN index f6816a6c..62102d7e 100755 Binary files a/src/Compiler/Compiler.BIN and b/src/Compiler/Compiler.BIN differ diff --git a/src/Demo/ParenWarn.CC b/src/Demo/ParenWarn.CC index a4e85d65..0fce0462 100755 --- a/src/Demo/ParenWarn.CC +++ b/src/Demo/ParenWarn.CC @@ -15,3 +15,4 @@ d=2`(3`2); d=-d1`(d+d2); Option(OPTf_WARN_PAREN,OFF); + \ No newline at end of file diff --git a/src/Demo/Templates/Lex1.CC b/src/Demo/Templates/Lex1.CC index 43f006fa..c467d8eb 100755 --- a/src/Demo/Templates/Lex1.CC +++ b/src/Demo/Templates/Lex1.CC @@ -14,3 +14,4 @@ U0 MyRead(U8 *filename) } CompCtrlDel(cc); } + \ No newline at end of file diff --git a/src/Doc/Credits.DD b/src/Doc/Credits.DD index eebcb41e..42657655 100755 --- a/src/Doc/Credits.DD +++ b/src/Doc/Credits.DD @@ -1,13 +1,11 @@ $WW,1$$FG,5$$TX+CX,"Credits"$$FG$ -I, $FG,2$Terry A. Davis$FG$, wrote all of ZenithOS over the past $TX,"13.9",D="DD_TEMPLEOS_AGE"$ years (full-time). It can run on some bare metal 64-bit PC's from about 2005-2010 with no layering, libraries, tools, modules or anything from other sources. Otherwise, you run it in a virtual machine, like $FG,2$VMware$FG$, $FG,2$QEMU$FG$ or $FG,2$VirtualBox$FG$. It is independent and stands alone. It has no networking, so it certainly doesn't call home. 100% of the src code is including on all distro's, from the kernel to the compiler to the boot loaders! It is public domain, not GPL. +I, $FG,2$Terry A. Davis$FG$, wrote all of ZenithOS over the past $TX,"16.5",D="DD_TEMPLEOS_AGE"$ years (full-time). It can run on some bare metal 64-bit PC's from about 2005-2010 with no layering, libraries, tools, modules or anything from other sources. Otherwise, you run it in a virtual machine, like $FG,2$VMware$FG$, $FG,2$QEMU$FG$ or $FG,2$VirtualBox$FG$. It is independent and stands alone. It has no networking, so it certainly doesn't call home. 100% of the src code is including on all distro's, from the kernel to the compiler to the boot loaders! It is public domain, not GPL. *) $LK,"::/Kernel/FontStd.CC"$, is taken from $FG,4$$TX,"FreeDOS",HTML="http://www.freedos.org"$$FG$. It's public domain. -*) $LK,"::/Kernel/FontCyrillic.CC"$, is taken from $FG,4$$TX,"OrientDisplay",HTML="http://www.orientdisplay.com/images/cyrillic-Russian-fonts.gif"$$FG$ without permission. - *) $LK,"ATA Reg and Cmd Definitions",A="MN:ATA_NOP"$ are originally from Linux. Later, I got the spec. - + *) The heap algorithm, $LK,"::/Kernel/Memory/MAllocFree.CC"$, is adapted from one I saw at Ticketmaster when I worked on their VAX operating system. *) The LZW compression algorithm, $LK,"::/Kernel/Compress.CC"$, came from a magazine and I implemented it when I worked for Ticketmaster. diff --git a/src/Kernel.BIN.C b/src/Kernel.BIN.C index f4291aae..befb0ece 100755 Binary files a/src/Kernel.BIN.C and b/src/Kernel.BIN.C differ diff --git a/src/Tmp/MyDistro.iso b/src/Tmp/MyDistro.iso index 262488d6..de55fc5d 100755 Binary files a/src/Tmp/MyDistro.iso and b/src/Tmp/MyDistro.iso differ diff --git a/src/Zenith/WallPaper.CC b/src/Zenith/WallPaper.CC index 14e8221d..bd45e54e 100755 Binary files a/src/Zenith/WallPaper.CC and b/src/Zenith/WallPaper.CC differ