mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-28 10:55:10 +00:00
Top status bar shows year
can show longest key combination: CTRL ALT SHIFT_ENTER Last keys always on right of screen independent of screen width
This commit is contained in:
parent
c6d687e1cd
commit
83dd0214b1
9 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ Changes include:
|
|||
- Fwd -> Forward
|
||||
- Glbls -> Globals
|
||||
- Hndlr -> Handler
|
||||
- KInts -> KInterrupts
|
||||
- Ints -> Interrupts
|
||||
- Lst -> List
|
||||
- Ms -> Mouse
|
||||
- Msg -> Message
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -15,3 +15,4 @@ d=2`(3`2);
|
|||
d=-d1`(d+d2);
|
||||
|
||||
Option(OPTf_WARN_PAREN,OFF);
|
||||
|
|
@ -14,3 +14,4 @@ U0 MyRead(U8 *filename)
|
|||
}
|
||||
CompCtrlDel(cc);
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue