commit 526b8472fe9bad12b6f433dcaedb0d595bf3a15f
Author: evenfri <evenfri256@gmail.com>
Date: Sun, 2 Aug 2026 01:57:00 +0800
initial commit
Diffstat:
31 files changed, 1731 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,3 @@
+**/*.o
+**/o.*
+**/*.a
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ <program> Copyright (C) <year> <name of author>
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README b/README
@@ -0,0 +1,4 @@
+kernel
+======
+
+my hobby is writing an open source kernel with minimal use of AI
diff --git a/boot.s b/boot.s
@@ -0,0 +1,38 @@
+/* declare constants for the multiboot header. */
+.set ALIGN, 1<<0
+.set MEMINFO, 1<<1
+.set FLAGS, ALIGN | MEMINFO
+.set MAGIC, 0x1BADB002
+.set CHECKSUM, -(MAGIC + FLAGS)
+
+.section .multiboot
+.align 4
+.long MAGIC
+.long FLAGS
+.long CHECKSUM
+
+.section .bss
+.align 16
+stack_bottom:
+.skip 16384 /* 16 KiB */
+stack_top:
+
+.section .text
+.global _start
+.type _start, @function
+_start:
+ /* setup stack */
+ mov $stack_top, %esp
+
+ /* enter the high-level kernel */
+
+ push %ebx
+ push %eax
+
+ call start_kernel
+
+ cli
+1: hlt
+ jmp 1b
+
+.size _start, . - _start
diff --git a/build/ar b/build/ar
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec i686-elf-ar "$@"
diff --git a/build/as b/build/as
@@ -0,0 +1,16 @@
+#!/bin/sh
+s_file=""
+has_o=""
+
+for arg; do
+ case "$arg" in
+ -o|-o*) has_o=1 ;;
+ *.s|*.S) s_file="$arg" ;;
+ esac
+done
+
+if [ -n "$s_file" ] && [ -z "$has_o" ]; then
+ exec i686-elf-as "$@" -o "${s_file%.*}.o"
+fi
+
+exec i686-elf-as -c "$@"
diff --git a/build/cc b/build/cc
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+exec i686-elf-gcc -c \
+ -O0 \
+ -nostdlib \
+ -ffreestanding \
+ -fno-builtin \
+ -I. \
+ "$@"
diff --git a/build/ld b/build/ld
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+exec i686-elf-ld -T linker.ld \
+ -nostdlib \
+ -static \
+ -no-pie \
+ "$@"
diff --git a/build/mkcommon b/build/mkcommon
@@ -0,0 +1,23 @@
+%.$o: $hfiles # don't combine with following %.$o rules
+
+%.$o: %.c
+ $cc $cflags $stem.c
+
+%.$o: %.cc
+ $cc $cflags $stem.cc
+
+%.$o: %.s
+ $as $aflags $stem.s
+
+nuke:V: nuke-common
+clean:V: clean-common
+%.clean:V: %.clean-common
+
+nuke-common:V:
+ rm -f *.[$os] [$os].out $cleanfiles $nukefiles
+
+clean-common:
+ rm -f *.[$os] [$os].out $cleanfiles
+
+%.clean-common:V:
+ rm -f $stem.[$os] [$os].$stem $stem.acid $stem
diff --git a/build/mkdirs b/build/mkdirs
@@ -0,0 +1,10 @@
+dir-%:QV:
+ for i in $dirs
+ do
+ (cd $i; mk $mkflags $stem)
+ done
+
+all:V: dir-all
+clean:V: dir-clean
+install:V: dir-install
+nuke:V: dir-nuke
diff --git a/build/mkhdr b/build/mkhdr
@@ -0,0 +1,17 @@
+o=o
+os=$o
+a=a
+
+cc=cc
+ld=cc
+as=as
+ar=ar
+cflags=
+ldflags=
+aflags=
+cleanfiles=
+nukefiles=
+lib=
+shortlib=
+
+<|cat $LPLAN9/config 2>/dev/null || true
diff --git a/build/mklib b/build/mklib
@@ -0,0 +1,14 @@
+default:V: $lib
+
+$lib(%):N: %
+$lib: ${ofiles:%=$lib(%)}
+ $ar rsc $lib $newmember
+
+&:n: &.$o
+ $ar rsc $lib $stem.$o
+
+all install:V: $lib
+
+cleanfiles=$cleanfiles $lib
+
+<$LPLAN9/src/mkcommon
diff --git a/build/mkmany b/build/mkmany
@@ -0,0 +1,24 @@
+progs=${targ:%=$o.%}
+
+all:V: $progs
+
+$o.%: %.$o $ofiles $lib # ${shortlib:%=$libdir/lib%.a}
+ $ld -o $target $prereq $ldflags
+
+%.install:V: $bin/%
+
+$bin/%: $o.%
+ $install $o.$stem $bin/$stem
+
+many-install:V:
+ for i in $targ
+ do
+ mk $mkflags $i.install
+ done
+
+install:V: many-install
+
+cleanfiles=$cleanfiles $progs
+nukefiles=$nukefiles ${targ:%=$bin/%}
+
+<build/mkcommon
diff --git a/build/mkone b/build/mkone
@@ -0,0 +1,17 @@
+prog=$o.$targ
+
+all:V: $prog
+
+$prog: $ofiles $lib # ${shortlib:%=$libdir/lib%.a}
+ $ld -o $target $prereq $ldflags
+
+install:V: $targ.install
+%.install:V: $bin/%
+
+$bin/%: $o.%
+ $install $o.$stem $bin/$stem
+
+cleanfiles=$cleanfiles $prog
+nukefiles=$nukefiles $bin/$targ
+
+<build/mkcommon
diff --git a/dat.h b/dat.h
@@ -0,0 +1,61 @@
+#ifndef dat_h
+#define dat_h
+
+#include <stdint.h>
+#include <stddef.h>
+
+/* vga */
+#define vga_width 80
+#define vga_height 25
+#define vga_start 0xb8000
+#define vga_ctrl 0x3d4
+#define vga_data 0x3d5
+
+enum vga_color {
+ vga_color_black = 0,
+ vga_color_blue = 1,
+ vga_color_green = 2,
+ vga_color_cyan = 3,
+ vga_color_red = 4,
+ vga_color_magenta = 5,
+ vga_color_brown = 6,
+ vga_color_light_grey = 7,
+ vga_color_dark_grey = 8,
+ vga_color_light_blue = 9,
+ vga_color_light_green = 10,
+ vga_color_light_cyan = 11,
+ vga_color_light_red = 12,
+ vga_color_light_magenta = 13,
+ vga_color_light_brown = 14,
+ vga_color_white = 15,
+};
+
+/* idt */
+typedef struct {
+ uint16_t isr_low; /* the lower 16 bits of the isr's address */
+ uint16_t kernel_cs; /* the gdt segment selector that the cpu will load into cs before calling the isr */
+ uint8_t reserved; /* set to zero */
+ uint8_t attr; /* type and attributes; see the idt page */
+ uint16_t isr_high; /* the higher 16 bits of the isr's address */
+} __attribute__((packed)) idt_entry_t;
+
+typedef struct {
+ uint16_t limit;
+ uint32_t base;
+} __attribute__((packed)) idtr_t;
+
+typedef void (*int_handler)();
+
+#define icw_1 0x11
+
+#define pic_1 0x20
+#define pic_2 0xa0
+#define pic_1_comm pic_1
+#define pic_1_data (pic_1+1)
+#define pic_2_comm pic_2
+#define pic_2_data (pic_2+1)
+
+#define irq_0 0x20
+#define irq_8 0x28
+
+#endif /* dat_h */
diff --git a/fns.h b/fns.h
@@ -0,0 +1,57 @@
+#ifndef fns_h
+#define fns_h
+
+#include <stdint.h>
+#include <stddef.h>
+
+#include <dat.h>
+
+/* input/output ports */
+static inline void io_wait() {
+ asm volatile ("outb %%al, $0x80" : : "a"(0));
+}
+
+static inline void outb(uint16_t port, uint8_t val) {
+ asm volatile ("outb %0, %1" : : "a"(val), "Nd"(port));
+}
+
+static inline uint8_t inb(uint16_t port) {
+ uint8_t ret;
+ asm volatile ("inb %1, %0" : "=a"(ret) : "Nd"(port));
+ return ret;
+}
+
+/* string */
+size_t strlen(const char* str);
+
+/* vga */
+static inline uint8_t vga_entry_color(enum vga_color fg, enum vga_color bg) {
+ return fg | bg << 4;
+}
+
+static inline uint16_t vga_entry(unsigned char uc, uint8_t color) {
+ return (uint16_t) uc | (uint16_t) color << 8;
+}
+
+/* vga cursor */
+void vga_cursor_enable(uint8_t s, uint8_t e);
+void vga_cursor_disable(void);
+void vga_cursor_update(int x, int y);
+uint16_t vga_cursor_get_pos(void);
+
+/* gdt */
+extern void gdt_init(void);
+
+/* idt */
+void idt_register(unsigned char vec, int_handler handler);
+void idt_init(void);
+
+/* tty */
+void tty_init(void);
+void tty_set_color(uint8_t color);
+void tty_clear(void);
+void tty_putchar(char c);
+void tty_write(const char* data, size_t size);
+
+
+#endif /* fns_h */
diff --git a/gdt.s b/gdt.s
@@ -0,0 +1,39 @@
+.global gdt_init
+.section .data
+.align 4
+
+gdt_desc:
+ .word gdt_end - gdt - 1 # limit
+ .long gdt # start
+
+gdt:
+gdt_null:
+ .long 0x00000000
+ .long 0x00000000
+
+gdt_code:
+ .long 0x0000ffff
+ .long 0x00cf9a00
+
+gdt_data:
+ .long 0x0000ffff
+ .long 0x00cf9200
+
+gdt_end:
+
+.section .text
+
+gdt_init:
+ lgdt (gdt_desc)
+
+ movw $0x10, %ax
+ movw %ax, %ds
+ movw %ax, %es
+ movw %ax, %fs
+ movw %ax, %gs
+ movw %ax, %ss
+
+ ljmp $0x08, $.clean_pipe
+
+.clean_pipe:
+ ret
diff --git a/idt.c b/idt.c
@@ -0,0 +1,56 @@
+#include <fns.h>
+
+static idt_entry_t idt[256];
+static idtr_t idtr;
+
+void excp_handler() {
+ asm volatile ("cli; hlt");
+}
+
+void pic_remap() {
+ asm volatile ("cli");
+
+ outb(pic_1_comm, icw_1); io_wait();
+ outb(pic_2_comm, icw_1); io_wait();
+
+ outb(pic_1_data, irq_0); io_wait();
+ outb(pic_2_data, irq_8); io_wait();
+
+ outb(pic_1_data, 0x04); io_wait();
+ outb(pic_2_data, 0x02); io_wait();
+
+ outb(pic_1_data, 0x01); io_wait();
+ outb(pic_2_data, 0x01); io_wait();
+
+ outb(pic_1_data, 0b11111101); io_wait();
+ outb(pic_2_data, 0xff); io_wait();
+
+ asm volatile ("sti");
+}
+
+void idt_load() {
+ int idt_row_count = sizeof(idt) / sizeof(idt[0]);
+ idtr.base = (unsigned int)(&idt[0]);
+ idtr.limit = (sizeof(idt_entry_t) * idt_row_count) - 1;
+ asm volatile ("lidt %0" : : "m" (idtr));
+}
+
+void idt_register(unsigned char vec, int_handler handler) {
+ asm volatile ("cli");
+
+ unsigned int addr = (unsigned int) handler;
+
+ idt[vec].isr_low = addr & 0xffff;
+ idt[vec].kernel_cs = 0x08;
+ idt[vec].reserved = 0;
+ idt[vec].attr = 0x8e;
+ idt[vec].isr_high = addr >> 16;
+
+ idt_load();
+
+ asm volatile ("sti");
+}
+
+void idt_init(void) {
+ pic_remap();
+}
diff --git a/init.c b/init.c
@@ -0,0 +1,34 @@
+#include <stdint.h>
+#include <multiboot.h>
+#include <fns.h>
+#include <keyboard/keyboard.h>
+
+void multiboot(uint32_t magic, multiboot_info_t *mbi) {
+ if (magic != MULTIBOOT_BOOTLOADER_MAGIC) {
+ return;
+ }
+ (void)*mbi;
+}
+
+void start_kernel(uint32_t magic, multiboot_info_t *mbi){
+ multiboot(magic, mbi);
+
+ gdt_init();
+ idt_init();
+ keyboard_init();
+
+
+ tty_init();
+ tty_write("Hello world\n", 12);
+
+ while(1) {
+ asm volatile("sti");
+ char c = keyboard_read();
+
+ if (c) {
+ tty_putchar(c);
+ } else {
+ asm volatile("hlt");
+ }
+ }
+}
diff --git a/ints.s b/ints.s
@@ -0,0 +1,69 @@
+.macro isr_no_err_stub num
+.global isr_stub_\num
+
+isr_stub_\num:
+ pushl $0
+ pushl $\num
+ jmp isr_common_stub
+.endm
+
+.macro isr_err_stub num
+.global isr_stub_\num
+
+isr_stub_\num:
+ pushl $\num /* interrupt number */
+ jmp isr_common_stub
+.endm
+
+isr_common_stub:
+ pusha
+
+ movw %ds, %ax
+ pushl %eax
+
+ movw $0x10, %ax
+ movw %ax, %ds
+ movw %ax, %es
+
+ call excp_handler
+
+ popl %eax
+ movw %ax, %ds
+ movw %ax, %es
+
+ popa
+ addl $8, %esp
+ iret
+
+isr_no_err_stub 0
+isr_no_err_stub 1
+isr_no_err_stub 2
+isr_no_err_stub 3
+isr_no_err_stub 4
+isr_no_err_stub 5
+isr_no_err_stub 6
+isr_no_err_stub 7
+isr_err_stub 8
+isr_no_err_stub 9
+isr_err_stub 10
+isr_err_stub 11
+isr_err_stub 12
+isr_err_stub 13
+isr_err_stub 14
+isr_no_err_stub 15
+isr_no_err_stub 16
+isr_err_stub 17
+isr_no_err_stub 18
+isr_no_err_stub 19
+isr_no_err_stub 20
+isr_no_err_stub 21
+isr_no_err_stub 22
+isr_no_err_stub 23
+isr_no_err_stub 24
+isr_no_err_stub 25
+isr_no_err_stub 26
+isr_no_err_stub 27
+isr_no_err_stub 28
+isr_no_err_stub 29
+isr_err_stub 30
+isr_no_err_stub 31
diff --git a/keyboard/keyboard.c b/keyboard/keyboard.c
@@ -0,0 +1,74 @@
+#include <fns.h>
+#include "keyboard.h"
+
+unsigned int shift_state = 0;;
+
+unsigned char buf[buf_size];
+unsigned int buf_head = 0;
+unsigned int buf_tail = 0;
+
+const char lower_scancodes[128] = {
+ 0, 0, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-',
+ '=', '\b', '\t', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
+ '[', ']', '\n', 0, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
+ ';', '\'', '`', 0, '\\', 'z', 'x', 'c', 'v', 'b', 'n', 'm', ',',
+ '.', '/', 0, '*', 0, ' ', 0, 0, 0, 0, 0, 0};
+
+const char upper_scancodes[128] = {
+ 0, 0, '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_',
+ '+', '\b', '\t', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
+ '{', '}', '\n', 0, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
+ ':', '\"', '~', 0, '|', 'z', 'x', 'c', 'v', 'b', 'n', 'm', '<',
+ '>', '?', 0, '*', 0, ' ', 0, 0, 0, 0, 0, 0};
+
+extern void keyboard_asm(void);
+
+char keyboard_read(void) {
+ while (buf_head == buf_tail) {
+ asm volatile("hlt");
+ }
+
+ char ch = buf[buf_head];
+
+ buf_head = (buf_head + 1) % buf_size;
+
+ return ch;
+}
+
+void keyboard_handler(void) {
+ unsigned char scancode = inb(0x60);
+
+ if (scancode == 0x2a || scancode == 0x36) {
+ shift_state = 1;
+ outb(0x20, 0x20);
+ return;
+ } else if (scancode == 0xaa || scancode == 0xb6) {
+ shift_state = 0;
+ outb(0x20, 0x20);
+ return;
+ }
+
+ if (scancode < 0x80) {
+ char ascii_char;
+
+ if (shift_state) {
+ ascii_char = upper_scancodes[scancode];
+ } else {
+ ascii_char = lower_scancodes[scancode];
+ }
+
+ if (ascii_char != 0) {
+ unsigned int next_tail = (buf_tail + 1) % buf_size;
+ if (next_tail != buf_head) {
+ buf[buf_tail] = ascii_char;
+ buf_tail = next_tail;
+ }
+ }
+ }
+
+ outb(0x20, 0x20);
+}
+
+void keyboard_init() {
+ idt_register(33, keyboard_asm);
+}
diff --git a/keyboard/keyboard.h b/keyboard/keyboard.h
@@ -0,0 +1,9 @@
+#ifndef keyboard_h
+#define keyboard_h
+
+#define buf_size 16
+
+char keyboard_read(void);
+void keyboard_init(void);
+
+#endif /* keyboard_h */
diff --git a/keyboard/keyboard_as.s b/keyboard/keyboard_as.s
@@ -0,0 +1,8 @@
+.global keyboard_asm
+.extern keyboard_handler
+
+keyboard_asm:
+ pusha
+ call keyboard_handler
+ popa
+ iret
diff --git a/keyboard/mkfile b/keyboard/mkfile
@@ -0,0 +1,17 @@
+<../build/mkhdr
+
+as = ../build/as
+cc = ../build/cc
+ar = ../build/ar
+
+cflags = -I..
+
+ofiles = keyboard_as.$o \
+ keyboard.$o
+
+hfiles = keyboard.h
+
+lib = built-in.a
+
+<../build/mkcommon
+<../build/mklib
diff --git a/linker.ld b/linker.ld
@@ -0,0 +1,26 @@
+ENTRY(_start)
+
+SECTIONS {
+ . = 1M;
+
+ .text BLOCK(4K) : ALIGN(4K) {
+ *(.multiboot)
+ *(.text)
+ }
+
+ /* ro data */
+ .rodata BLOCK(4K) : ALIGN(4K) {
+ *(.rodata)
+ }
+
+ /* rw data */
+ .data BLOCK(4K) : ALIGN(4K) {
+ *(.data)
+ }
+
+ /* rw data and stack */
+ .bss BLOCK(4K) : ALIGN(4K) {
+ *(COMMON)
+ *(.bss)
+ }
+}
diff --git a/mkfile b/mkfile
@@ -0,0 +1,26 @@
+<build/mkhdr
+<build/mkdirs
+
+as = ./build/as
+cc = ./build/cc
+ld = ./build/ld
+ar = ./build/ar
+
+ldflags = keyboard/built-in.a
+dirs = keyboard
+
+ofiles = boot.$o \
+ vga.$o \
+ gdt.$o \
+ idt.$o \
+ ints.$o \
+ tty.$o \
+ init.$o \
+ strlen.$o
+
+hfiles = fns.h \
+ dat.h
+
+targ = kernel
+
+<build/mkone
diff --git a/multiboot.h b/multiboot.h
@@ -0,0 +1,274 @@
+/* multiboot.h - Multiboot header file. */
+/* Copyright (C) 1999,2003,2007,2008,2009,2010 Free Software Foundation, Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ANY
+ * DEVELOPER OR DISTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+ * IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef MULTIBOOT_HEADER
+#define MULTIBOOT_HEADER 1
+
+/* How many bytes from the start of the file we search for the header. */
+#define MULTIBOOT_SEARCH 8192
+#define MULTIBOOT_HEADER_ALIGN 4
+
+/* The magic field should contain this. */
+#define MULTIBOOT_HEADER_MAGIC 0x1BADB002
+
+/* This should be in %eax. */
+#define MULTIBOOT_BOOTLOADER_MAGIC 0x2BADB002
+
+/* Alignment of multiboot modules. */
+#define MULTIBOOT_MOD_ALIGN 0x00001000
+
+/* Alignment of the multiboot info structure. */
+#define MULTIBOOT_INFO_ALIGN 0x00000004
+
+/* Flags set in the ’flags’ member of the multiboot header. */
+
+/* Align all boot modules on i386 page (4KB) boundaries. */
+#define MULTIBOOT_PAGE_ALIGN 0x00000001
+
+/* Must pass memory information to OS. */
+#define MULTIBOOT_MEMORY_INFO 0x00000002
+
+/* Must pass video information to OS. */
+#define MULTIBOOT_VIDEO_MODE 0x00000004
+
+/* This flag indicates the use of the address fields in the header. */
+#define MULTIBOOT_AOUT_KLUDGE 0x00010000
+
+/* Flags to be set in the ’flags’ member of the multiboot info structure. */
+
+/* is there basic lower/upper memory information? */
+#define MULTIBOOT_INFO_MEMORY 0x00000001
+/* is there a boot device set? */
+#define MULTIBOOT_INFO_BOOTDEV 0x00000002
+/* is the command-line defined? */
+#define MULTIBOOT_INFO_CMDLINE 0x00000004
+/* are there modules to do something with? */
+#define MULTIBOOT_INFO_MODS 0x00000008
+
+/* These next two are mutually exclusive */
+
+/* is there a symbol table loaded? */
+#define MULTIBOOT_INFO_AOUT_SYMS 0x00000010
+/* is there an ELF section header table? */
+#define MULTIBOOT_INFO_ELF_SHDR 0X00000020
+
+/* is there a full memory map? */
+#define MULTIBOOT_INFO_MEM_MAP 0x00000040
+
+/* Is there drive info? */
+#define MULTIBOOT_INFO_DRIVE_INFO 0x00000080
+
+/* Is there a config table? */
+#define MULTIBOOT_INFO_CONFIG_TABLE 0x00000100
+
+/* Is there a boot loader name? */
+#define MULTIBOOT_INFO_BOOT_LOADER_NAME 0x00000200
+
+/* Is there a APM table? */
+#define MULTIBOOT_INFO_APM_TABLE 0x00000400
+
+/* Is there video information? */
+#define MULTIBOOT_INFO_VBE_INFO 0x00000800
+#define MULTIBOOT_INFO_FRAMEBUFFER_INFO 0x00001000
+
+#ifndef ASM_FILE
+
+typedef unsigned char multiboot_uint8_t;
+typedef unsigned short multiboot_uint16_t;
+typedef unsigned int multiboot_uint32_t;
+typedef unsigned long long multiboot_uint64_t;
+
+struct multiboot_header
+{
+ /* Must be MULTIBOOT_MAGIC - see above. */
+ multiboot_uint32_t magic;
+
+ /* Feature flags. */
+ multiboot_uint32_t flags;
+
+ /* The above fields plus this one must equal 0 mod 2^32. */
+ multiboot_uint32_t checksum;
+
+ /* These are only valid if MULTIBOOT_AOUT_KLUDGE is set. */
+ multiboot_uint32_t header_addr;
+ multiboot_uint32_t load_addr;
+ multiboot_uint32_t load_end_addr;
+ multiboot_uint32_t bss_end_addr;
+ multiboot_uint32_t entry_addr;
+
+ /* These are only valid if MULTIBOOT_VIDEO_MODE is set. */
+ multiboot_uint32_t mode_type;
+ multiboot_uint32_t width;
+ multiboot_uint32_t height;
+ multiboot_uint32_t depth;
+};
+
+/* The symbol table for a.out. */
+struct multiboot_aout_symbol_table
+{
+ multiboot_uint32_t tabsize;
+ multiboot_uint32_t strsize;
+ multiboot_uint32_t addr;
+ multiboot_uint32_t reserved;
+};
+typedef struct multiboot_aout_symbol_table multiboot_aout_symbol_table_t;
+
+/* The section header table for ELF. */
+struct multiboot_elf_section_header_table
+{
+ multiboot_uint32_t num;
+ multiboot_uint32_t size;
+ multiboot_uint32_t addr;
+ multiboot_uint32_t shndx;
+};
+typedef struct multiboot_elf_section_header_table multiboot_elf_section_header_table_t;
+
+struct multiboot_info
+{
+ /* Multiboot info version number */
+ multiboot_uint32_t flags;
+
+ /* Available memory from BIOS */
+ multiboot_uint32_t mem_lower;
+ multiboot_uint32_t mem_upper;
+
+ /* "root" partition */
+ multiboot_uint32_t boot_device;
+
+ /* Kernel command line */
+ multiboot_uint32_t cmdline;
+
+ /* Boot-Module list */
+ multiboot_uint32_t mods_count;
+ multiboot_uint32_t mods_addr;
+
+ union
+ {
+ multiboot_aout_symbol_table_t aout_sym;
+ multiboot_elf_section_header_table_t elf_sec;
+ } u;
+
+ /* Memory Mapping buffer */
+ multiboot_uint32_t mmap_length;
+ multiboot_uint32_t mmap_addr;
+
+ /* Drive Info buffer */
+ multiboot_uint32_t drives_length;
+ multiboot_uint32_t drives_addr;
+
+ /* ROM configuration table */
+ multiboot_uint32_t config_table;
+
+ /* Boot Loader Name */
+ multiboot_uint32_t boot_loader_name;
+
+ /* APM table */
+ multiboot_uint32_t apm_table;
+
+ /* Video */
+ multiboot_uint32_t vbe_control_info;
+ multiboot_uint32_t vbe_mode_info;
+ multiboot_uint16_t vbe_mode;
+ multiboot_uint16_t vbe_interface_seg;
+ multiboot_uint16_t vbe_interface_off;
+ multiboot_uint16_t vbe_interface_len;
+
+ multiboot_uint64_t framebuffer_addr;
+ multiboot_uint32_t framebuffer_pitch;
+ multiboot_uint32_t framebuffer_width;
+ multiboot_uint32_t framebuffer_height;
+ multiboot_uint8_t framebuffer_bpp;
+#define MULTIBOOT_FRAMEBUFFER_TYPE_INDEXED 0
+#define MULTIBOOT_FRAMEBUFFER_TYPE_RGB 1
+#define MULTIBOOT_FRAMEBUFFER_TYPE_EGA_TEXT 2
+ multiboot_uint8_t framebuffer_type;
+ union
+ {
+ struct
+ {
+ multiboot_uint32_t framebuffer_palette_addr;
+ multiboot_uint16_t framebuffer_palette_num_colors;
+ };
+ struct
+ {
+ multiboot_uint8_t framebuffer_red_field_position;
+ multiboot_uint8_t framebuffer_red_mask_size;
+ multiboot_uint8_t framebuffer_green_field_position;
+ multiboot_uint8_t framebuffer_green_mask_size;
+ multiboot_uint8_t framebuffer_blue_field_position;
+ multiboot_uint8_t framebuffer_blue_mask_size;
+ };
+ };
+};
+typedef struct multiboot_info multiboot_info_t;
+
+struct multiboot_color
+{
+ multiboot_uint8_t red;
+ multiboot_uint8_t green;
+ multiboot_uint8_t blue;
+};
+
+struct multiboot_mmap_entry
+{
+ multiboot_uint32_t size;
+ multiboot_uint64_t addr;
+ multiboot_uint64_t len;
+#define MULTIBOOT_MEMORY_AVAILABLE 1
+#define MULTIBOOT_MEMORY_RESERVED 2
+#define MULTIBOOT_MEMORY_ACPI_RECLAIMABLE 3
+#define MULTIBOOT_MEMORY_NVS 4
+#define MULTIBOOT_MEMORY_BADRAM 5
+ multiboot_uint32_t type;
+} __attribute__((packed));
+typedef struct multiboot_mmap_entry multiboot_memory_map_t;
+
+struct multiboot_mod_list
+{
+ /* the memory used goes from bytes ’mod_start’ to ’mod_end-1’ inclusive */
+ multiboot_uint32_t mod_start;
+ multiboot_uint32_t mod_end;
+
+ /* Module command line */
+ multiboot_uint32_t cmdline;
+
+ /* padding to take it to 16 bytes (must be zero) */
+ multiboot_uint32_t pad;
+};
+typedef struct multiboot_mod_list multiboot_module_t;
+
+/* APM BIOS info. */
+struct multiboot_apm_info
+{
+ multiboot_uint16_t version;
+ multiboot_uint16_t cseg;
+ multiboot_uint32_t offset;
+ multiboot_uint16_t cseg_16;
+ multiboot_uint16_t dseg;
+ multiboot_uint16_t flags;
+ multiboot_uint16_t cseg_len;
+ multiboot_uint16_t cseg_16_len;
+ multiboot_uint16_t dseg_len;
+};
+
+#endif /* ! ASM_FILE */
+
+#endif /* ! MULTIBOOT_HEADER */
diff --git a/qemu.sh b/qemu.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+kernel_bin="o.kernel"
+
+qemu-system-i386 -kernel "$kernel_bin"
+
diff --git a/strlen.c b/strlen.c
@@ -0,0 +1,8 @@
+#include <fns.h>
+
+size_t strlen(const char* str) {
+ size_t len = 0;
+ while (str[len])
+ len++;
+ return len;
+}
diff --git a/tty.c b/tty.c
@@ -0,0 +1,70 @@
+#include <stdint.h>
+#include <stddef.h>
+#include <dat.h>
+#include <fns.h>
+
+size_t tty_row;
+size_t tty_column;
+uint8_t tty_color;
+uint16_t* tty_buffer = (uint16_t*)vga_start;
+
+void tty_set_color(uint8_t color) {
+ tty_color = color;
+}
+
+void tty_putentryat(char c, uint8_t color, size_t x, size_t y) {
+ const size_t index = y * vga_width + x;
+ tty_buffer[index] = vga_entry(c, color);
+}
+
+void tty_clear(void) {
+ tty_row = 0;
+ tty_column = 0;
+
+ for (size_t y = 0; y < vga_height; y++) {
+ for (size_t x = 0; x < vga_width; x++) {
+ const size_t index = y * vga_width + x;
+ tty_buffer[index] = vga_entry(' ', tty_color);
+ }
+ }
+ vga_cursor_update(tty_column, tty_row);
+}
+
+void tty_init(void) {
+ vga_cursor_enable(14, 15);
+ tty_color = vga_entry_color(vga_color_light_grey, vga_color_black);
+ tty_clear();
+}
+
+void tty_putchar(char c) {
+ if(c == '\n') {
+ tty_row++;
+ tty_column = 0;
+
+ if (tty_row >= vga_height) {
+ tty_row = 0;
+ }
+ } else if(c == '\b') {
+ if (tty_column > 0) {
+ tty_column--;
+ tty_putentryat(' ', tty_color, tty_column, tty_row);
+ }
+ } else {
+ tty_putentryat(c, tty_color, tty_column, tty_row);
+ if (++tty_column == vga_width) {
+ tty_column = 0;
+ if (++tty_row == vga_height) {
+ tty_row = 0;
+ }
+ }
+ }
+
+ vga_cursor_update(tty_column, tty_row);
+}
+
+void tty_write(const char* data, size_t size) {
+ for(size_t i = 0; i < size; i++) {
+ tty_putchar(data[i]);
+ }
+}
+
diff --git a/vga.c b/vga.c
@@ -0,0 +1,37 @@
+#include <stdint.h>
+#include <dat.h>
+#include <fns.h>
+
+void vga_cursor_enable(uint8_t s, uint8_t e) {
+ outb(vga_ctrl, 0x0a);
+ outb(vga_data, (inb(vga_data) & 0xc0) | s);
+
+ outb(vga_ctrl, 0x0b);
+ outb(vga_data, (inb(vga_data) & 0xe0) | e);
+}
+
+void vga_cursor_disable(void) {
+ outb(vga_ctrl, 0x0a);
+ outb(vga_data, 0x20);
+}
+
+void vga_cursor_update(int x, int y) {
+ uint16_t pos = y * vga_width + x;
+ outb(vga_ctrl, 0x0f);
+ outb(vga_data, (uint8_t) (pos & 0xff));
+
+ outb(vga_ctrl, 0x0e);
+ outb(vga_data, (uint8_t) ((pos >> 8) & 0xff));
+}
+
+uint16_t vga_cursor_get_pos(void) {
+ uint16_t pos = 0;
+ outb(vga_ctrl, 0x0f);
+
+ pos |= inb(0x3d5);
+ outb(vga_ctrl, 0x0e);
+
+ pos |= ((uint16_t)inb(0x3d5) << 8);
+ return pos;
+}
+