mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
stuff
This commit is contained in:
parent
ca74eb3ed9
commit
af567d1fc9
24
.stylehlp
24
.stylehlp
@ -49,4 +49,26 @@
|
|||||||
; along with OS/K. If not, see <https://www.gnu.org/licenses/>. ;
|
; along with OS/K. If not, see <https://www.gnu.org/licenses/>. ;
|
||||||
;=----------------------------------------------------------------------------=;
|
;=----------------------------------------------------------------------------=;
|
||||||
|
|
||||||
|
#=----------------------------------------------------------------------------=#
|
||||||
|
# GNU GPL OS/K #
|
||||||
|
# #
|
||||||
|
# Desc: #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# Copyright © 2018-2019 The OS/K Team #
|
||||||
|
# #
|
||||||
|
# This file is part of OS/K. #
|
||||||
|
# #
|
||||||
|
# OS/K 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 #
|
||||||
|
# any later version. #
|
||||||
|
# #
|
||||||
|
# OS/K 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 OS/K. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
|
#=----------------------------------------------------------------------------=#
|
||||||
|
7
AUTHORS
7
AUTHORS
@ -29,13 +29,16 @@ project repository, and own the copyright in it.
|
|||||||
Founders and owner of the OS/K project repository
|
Founders and owner of the OS/K project repository
|
||||||
|
|
||||||
Julian Barathieu (julianb0)
|
Julian Barathieu (julianb0)
|
||||||
Adrien Bourmault (NeoX95)
|
Adrien Bourmault (neox95)
|
||||||
|
|
||||||
Main contributors
|
Main contributors
|
||||||
|
|
||||||
Julian Barathieu (julianb0)
|
Julian Barathieu (julianb0)
|
||||||
Adrien Bourmault (NeoX95)
|
Adrien Bourmault (neox95)
|
||||||
|
|
||||||
Other contributors
|
Other contributors
|
||||||
|
|
||||||
(void)
|
(void)
|
||||||
|
|
||||||
|
|
||||||
|
Contact : os-k-team@os-k.eu
|
||||||
|
@ -29,4 +29,10 @@
|
|||||||
- Added A20 line Enabling to MBR
|
- Added A20 line Enabling to MBR
|
||||||
2018/12/21 - Boot is now in two stages. First stage is 512B MBR code that loads second stage loader from FAT16.
|
2018/12/21 - Boot is now in two stages. First stage is 512B MBR code that loads second stage loader from FAT16.
|
||||||
That second stage loader enables A20, switches into long mode and write colored text =D
|
That second stage loader enables A20, switches into long mode and write colored text =D
|
||||||
|
[...]
|
||||||
|
2019/03/17 Well... After the Time Skip, we now have many many changes.
|
||||||
|
- Migration to GRUB now complete
|
||||||
|
- The Kernel boots, prepared by the loader. Both are loaded by GRUB
|
||||||
|
- We chose to use Multiboot v1 because the v2 lacks on documentation
|
||||||
|
- We only support x86_64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user