Skip to content

Commit

Permalink
L2E OS v0.1 "Temple DOS" Release + Various Improvements
Browse files Browse the repository at this point in the history
L2E OS v0.1 "Temple DOS" Release.
Various Improvements.
Major Makefile overhaul.
  • Loading branch information
trholding committed Oct 2, 2023
1 parent 733a625 commit ae8ea66
Show file tree
Hide file tree
Showing 31 changed files with 8,628 additions and 135 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ model.h
UNIK/
build/
stories15M.bin
l2e_boot/linux/
l2e_boot/musl/
l2e_boot/musl_build/
l2e_boot/toybox/
l2e_boot/kernel_headers/
l2e_boot/busybox/
l2e_boot/ISO/
l2e_boot/l2eos.iso
l2e_boot/limine/
l2e_boot/fbDOOM/
l2e_boot/l2e_sources/l2eterm/lvgl/
l2e_boot/l2e_sources/l2eterm/lv_drivers/
assets/l2ebg.svg
assets/LAIRS.svg
11 changes: 11 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ignis"
given-names: "Vulcan"
orcid: "https://orcid.org/0009-0006-6872-9262"
title: "L2E OS"
version: v0.1
doi: 10.5281/zenodo.8330450
date-released: 2017-12-18
url: "https://github.com/trholding/llama2.c"
16 changes: 3 additions & 13 deletions L2E_amd64_qemu.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Automatically generated file; DO NOT EDIT.
# Unikraft/0.14.0~245a6829 Configuration
# Unikraft/0.14.0~70bc0af0 Configuration
#
CONFIG_UK_FULLVERSION="0.14.0~245a6829"
CONFIG_UK_FULLVERSION="0.14.0~70bc0af0"
CONFIG_UK_CODENAME="Prometheus"
CONFIG_UK_ARCH="x86_64"
CONFIG_UK_DEFNAME="L2E"
Expand Down Expand Up @@ -78,6 +78,7 @@ CONFIG_KVM_MAX_IRQ_HANDLER_ENTRIES=8
#
# end of Virtio

CONFIG_UKPLAT_ALLOW_GIC=y
# CONFIG_PLAT_LINUXU is not set
# CONFIG_PLAT_XEN is not set

Expand All @@ -95,16 +96,6 @@ CONFIG_UKPLAT_LCPU_MAXCOUNT=1
CONFIG_HZ=100
# end of Platform Configuration

#
# Device Drivers
#

#
# Interrupt controller
#
# end of Interrupt controller
# end of Device Drivers

#
# Library Configuration
#
Expand Down Expand Up @@ -216,7 +207,6 @@ CONFIG_LIBUKDEBUG_PRINT_SRCNAME=y
# CONFIG_LIBUKDEBUG_TRACEPOINTS is not set
# CONFIG_LIBUKFALLOC is not set
# CONFIG_LIBUKFALLOCBUDDY is not set
CONFIG_LIBUKINTCTLR=y
CONFIG_LIBUKLIBID=y
# CONFIG_LIBUKLIBPARAM is not set
CONFIG_LIBUKLOCK=y
Expand Down
Loading

0 comments on commit ae8ea66

Please sign in to comment.