Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Replace utero with utero-archive
Browse files Browse the repository at this point in the history
find ./ -type f -exec sed -i '' -e 's/utero/utero-archive/g' {} \;
  • Loading branch information
noriyotcp committed Dec 30, 2022
1 parent c206bf2 commit 1dad013
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 81 deletions.
148 changes: 74 additions & 74 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,114 +1,114 @@
# Change Log

## [v0.6.0](https://github.com/UteroOS/utero/tree/v0.6.0) (2018-03-30)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.5.0...v0.6.0)
## [v0.6.0](https://github.com/UteroOS/utero-archive/tree/v0.6.0) (2018-03-30)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.5.0...v0.6.0)

**Merged pull requests:**

- 201803 [\#58](https://github.com/UteroOS/utero/pull/58) ([noriyotcp](https://github.com/noriyotcp))
- 201803 [\#58](https://github.com/UteroOS/utero-archive/pull/58) ([noriyotcp](https://github.com/noriyotcp))

## [v0.5.0](https://github.com/UteroOS/utero/tree/v0.5.0) (2017-12-24)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.4.0...v0.5.0)
## [v0.5.0](https://github.com/UteroOS/utero-archive/tree/v0.5.0) (2017-12-24)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.4.0...v0.5.0)

**Merged pull requests:**

- Reborn [\#57](https://github.com/UteroOS/utero/pull/57) ([noriyotcp](https://github.com/noriyotcp))
- Reborn [\#57](https://github.com/UteroOS/utero-archive/pull/57) ([noriyotcp](https://github.com/noriyotcp))

## [v0.4.0](https://github.com/UteroOS/utero/tree/v0.4.0) (2017-09-30)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.3.0...v0.4.0)
## [v0.4.0](https://github.com/UteroOS/utero-archive/tree/v0.4.0) (2017-09-30)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.3.0...v0.4.0)

**Merged pull requests:**

- Implement core [\#56](https://github.com/UteroOS/utero/pull/56) ([noriyotcp](https://github.com/noriyotcp))
- Implement core [\#56](https://github.com/UteroOS/utero-archive/pull/56) ([noriyotcp](https://github.com/noriyotcp))

## [v0.3.0](https://github.com/UteroOS/utero/tree/v0.3.0) (2017-06-30)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.2.1...v0.3.0)
## [v0.3.0](https://github.com/UteroOS/utero-archive/tree/v0.3.0) (2017-06-30)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.2.1...v0.3.0)

**Closed issues:**

- Drop repo's 'crystallang' topic [\#43](https://github.com/UteroOS/utero/issues/43)
- Implement stdio functions [\#31](https://github.com/UteroOS/utero/issues/31)
- Implementing functions for string [\#2](https://github.com/UteroOS/utero/issues/2)
- Drop repo's 'crystallang' topic [\#43](https://github.com/UteroOS/utero-archive/issues/43)
- Implement stdio functions [\#31](https://github.com/UteroOS/utero-archive/issues/31)
- Implementing functions for string [\#2](https://github.com/UteroOS/utero-archive/issues/2)

**Merged pull requests:**

- Implement tasks \(but it's incomplete\) [\#55](https://github.com/UteroOS/utero/pull/55) ([noriyotcp](https://github.com/noriyotcp))
- Reconstruct directory structure [\#54](https://github.com/UteroOS/utero/pull/54) ([noriyotcp](https://github.com/noriyotcp))
- long\_mode\_init: Implement switch\_context [\#53](https://github.com/UteroOS/utero/pull/53) ([noriyotcp](https://github.com/noriyotcp))
- Refer to linker symbols [\#52](https://github.com/UteroOS/utero/pull/52) ([noriyotcp](https://github.com/noriyotcp))
- Bump up Crystal version to 0.22.0 [\#51](https://github.com/UteroOS/utero/pull/51) ([noriyotcp](https://github.com/noriyotcp))
- Display kernel info [\#50](https://github.com/UteroOS/utero/pull/50) ([noriyotcp](https://github.com/noriyotcp))
- Expand stack size [\#49](https://github.com/UteroOS/utero/pull/49) ([noriyotcp](https://github.com/noriyotcp))
- Call idt\_install and isrs\_install from Crystal [\#48](https://github.com/UteroOS/utero/pull/48) ([noriyotcp](https://github.com/noriyotcp))
- Implement idt isrs [\#47](https://github.com/UteroOS/utero/pull/47) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring makefile [\#46](https://github.com/UteroOS/utero/pull/46) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring Scrn methods [\#45](https://github.com/UteroOS/utero/pull/45) ([noriyotcp](https://github.com/noriyotcp))
- Connect C with Crystal by LibU [\#44](https://github.com/UteroOS/utero/pull/44) ([noriyotcp](https://github.com/noriyotcp))

## [v0.2.1](https://github.com/UteroOS/utero/tree/v0.2.1) (2017-04-01)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.2.0...v0.2.1)
- Implement tasks \(but it's incomplete\) [\#55](https://github.com/UteroOS/utero-archive/pull/55) ([noriyotcp](https://github.com/noriyotcp))
- Reconstruct directory structure [\#54](https://github.com/UteroOS/utero-archive/pull/54) ([noriyotcp](https://github.com/noriyotcp))
- long\_mode\_init: Implement switch\_context [\#53](https://github.com/UteroOS/utero-archive/pull/53) ([noriyotcp](https://github.com/noriyotcp))
- Refer to linker symbols [\#52](https://github.com/UteroOS/utero-archive/pull/52) ([noriyotcp](https://github.com/noriyotcp))
- Bump up Crystal version to 0.22.0 [\#51](https://github.com/UteroOS/utero-archive/pull/51) ([noriyotcp](https://github.com/noriyotcp))
- Display kernel info [\#50](https://github.com/UteroOS/utero-archive/pull/50) ([noriyotcp](https://github.com/noriyotcp))
- Expand stack size [\#49](https://github.com/UteroOS/utero-archive/pull/49) ([noriyotcp](https://github.com/noriyotcp))
- Call idt\_install and isrs\_install from Crystal [\#48](https://github.com/UteroOS/utero-archive/pull/48) ([noriyotcp](https://github.com/noriyotcp))
- Implement idt isrs [\#47](https://github.com/UteroOS/utero-archive/pull/47) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring makefile [\#46](https://github.com/UteroOS/utero-archive/pull/46) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring Scrn methods [\#45](https://github.com/UteroOS/utero-archive/pull/45) ([noriyotcp](https://github.com/noriyotcp))
- Connect C with Crystal by LibU [\#44](https://github.com/UteroOS/utero-archive/pull/44) ([noriyotcp](https://github.com/noriyotcp))

## [v0.2.1](https://github.com/UteroOS/utero-archive/tree/v0.2.1) (2017-04-01)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.2.0...v0.2.1)

**Merged pull requests:**

- Fix broken tests [\#42](https://github.com/UteroOS/utero/pull/42) ([noriyotcp](https://github.com/noriyotcp))
- Fix broken tests [\#42](https://github.com/UteroOS/utero-archive/pull/42) ([noriyotcp](https://github.com/noriyotcp))

## [v0.2.0](https://github.com/UteroOS/utero/tree/v0.2.0) (2017-03-27)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.1.1...v0.2.0)
## [v0.2.0](https://github.com/UteroOS/utero-archive/tree/v0.2.0) (2017-03-27)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.1.1...v0.2.0)

**Implemented enhancements:**

- Make core strong [\#17](https://github.com/UteroOS/utero/issues/17)
- Enhance the terminal [\#15](https://github.com/UteroOS/utero/issues/15)
- Make core strong [\#17](https://github.com/UteroOS/utero-archive/issues/17)
- Enhance the terminal [\#15](https://github.com/UteroOS/utero-archive/issues/15)

**Closed issues:**

- Move io.cr \(inb & outb\) [\#39](https://github.com/UteroOS/utero/issues/39)
- Restructure src/lib\_cr according to the directory structure of Crystal's src/lib\_c [\#38](https://github.com/UteroOS/utero/issues/38)
- Introducing musl [\#34](https://github.com/UteroOS/utero/issues/34)
- Implement inb function [\#32](https://github.com/UteroOS/utero/issues/32)
- Review assembly codes [\#29](https://github.com/UteroOS/utero/issues/29)
- Bump up Crystal version to 0.21.0 [\#25](https://github.com/UteroOS/utero/issues/25)
- cooperation [\#21](https://github.com/UteroOS/utero/issues/21)
- Implementing ctype functions \(more\) [\#14](https://github.com/UteroOS/utero/issues/14)
- Implementing ctype functions [\#12](https://github.com/UteroOS/utero/issues/12)
- Fix testing [\#4](https://github.com/UteroOS/utero/issues/4)
- Move io.cr \(inb & outb\) [\#39](https://github.com/UteroOS/utero-archive/issues/39)
- Restructure src/lib\_cr according to the directory structure of Crystal's src/lib\_c [\#38](https://github.com/UteroOS/utero-archive/issues/38)
- Introducing musl [\#34](https://github.com/UteroOS/utero-archive/issues/34)
- Implement inb function [\#32](https://github.com/UteroOS/utero-archive/issues/32)
- Review assembly codes [\#29](https://github.com/UteroOS/utero-archive/issues/29)
- Bump up Crystal version to 0.21.0 [\#25](https://github.com/UteroOS/utero-archive/issues/25)
- cooperation [\#21](https://github.com/UteroOS/utero-archive/issues/21)
- Implementing ctype functions \(more\) [\#14](https://github.com/UteroOS/utero-archive/issues/14)
- Implementing ctype functions [\#12](https://github.com/UteroOS/utero-archive/issues/12)
- Fix testing [\#4](https://github.com/UteroOS/utero-archive/issues/4)

**Merged pull requests:**

- Restructure for libcr \#38 [\#41](https://github.com/UteroOS/utero/pull/41) ([noriyotcp](https://github.com/noriyotcp))
- Move io.cr \(inb & outb\) to src/lib\_cr/bits [\#40](https://github.com/UteroOS/utero/pull/40) ([noriyotcp](https://github.com/noriyotcp))
- Change target option to x86\_64-unknown-linux-musl [\#37](https://github.com/UteroOS/utero/pull/37) ([noriyotcp](https://github.com/noriyotcp))
- \[Makefile\] Make directories for object files [\#36](https://github.com/UteroOS/utero/pull/36) ([noriyotcp](https://github.com/noriyotcp))
- Introducing musl \#34 [\#35](https://github.com/UteroOS/utero/pull/35) ([noriyotcp](https://github.com/noriyotcp))
- Feature/\#32 implement inb [\#33](https://github.com/UteroOS/utero/pull/33) ([noriyotcp](https://github.com/noriyotcp))
- Gdt without data segment [\#30](https://github.com/UteroOS/utero/pull/30) ([noriyotcp](https://github.com/noriyotcp))
- \[scrn\] To avoid a bug using an explicit type annotation [\#28](https://github.com/UteroOS/utero/pull/28) ([noriyotcp](https://github.com/noriyotcp))
- Re: Feature/\#17 make core strong [\#27](https://github.com/UteroOS/utero/pull/27) ([noriyotcp](https://github.com/noriyotcp))
- \[WIP\] Feature/\#17 make core strong [\#26](https://github.com/UteroOS/utero/pull/26) ([noriyotcp](https://github.com/noriyotcp))
- \#14 - Feature/ctype more [\#24](https://github.com/UteroOS/utero/pull/24) ([noriyotcp](https://github.com/noriyotcp))
- \[lib\_cr/string\] Sort functions by alphabetical order [\#23](https://github.com/UteroOS/utero/pull/23) ([noriyotcp](https://github.com/noriyotcp))
- Improve the terminal [\#22](https://github.com/UteroOS/utero/pull/22) ([noriyotcp](https://github.com/noriyotcp))
- Feature/\#15 enhance the terminal [\#20](https://github.com/UteroOS/utero/pull/20) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring scrn \(Pt. 2\) [\#19](https://github.com/UteroOS/utero/pull/19) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring scrn [\#18](https://github.com/UteroOS/utero/pull/18) ([noriyotcp](https://github.com/noriyotcp))
- \[scrn.cr\] Cosmetic changes [\#16](https://github.com/UteroOS/utero/pull/16) ([noriyotcp](https://github.com/noriyotcp))
- Implementing ctype functions [\#13](https://github.com/UteroOS/utero/pull/13) ([noriyotcp](https://github.com/noriyotcp))
- Implement memchr function using C bindings [\#11](https://github.com/UteroOS/utero/pull/11) ([noriyotcp](https://github.com/noriyotcp))
- Reconstruct directory structures [\#10](https://github.com/UteroOS/utero/pull/10) ([noriyotcp](https://github.com/noriyotcp))
- Add string functions \(strchr, strncmp and strchrnul\) [\#9](https://github.com/UteroOS/utero/pull/9) ([noriyotcp](https://github.com/noriyotcp))
- Add strstr [\#8](https://github.com/UteroOS/utero/pull/8) ([noriyotcp](https://github.com/noriyotcp))
- Reimplement strcmp and strlen [\#6](https://github.com/UteroOS/utero/pull/6) ([noriyotcp](https://github.com/noriyotcp))
- \#4 - Fix tests [\#5](https://github.com/UteroOS/utero/pull/5) ([noriyotcp](https://github.com/noriyotcp))
- Functions for string [\#3](https://github.com/UteroOS/utero/pull/3) ([noriyotcp](https://github.com/noriyotcp))

## [v0.1.1](https://github.com/UteroOS/utero/tree/v0.1.1) (2017-01-07)
[Full Changelog](https://github.com/UteroOS/utero/compare/v0.1.0...v0.1.1)
- Restructure for libcr \#38 [\#41](https://github.com/UteroOS/utero-archive/pull/41) ([noriyotcp](https://github.com/noriyotcp))
- Move io.cr \(inb & outb\) to src/lib\_cr/bits [\#40](https://github.com/UteroOS/utero-archive/pull/40) ([noriyotcp](https://github.com/noriyotcp))
- Change target option to x86\_64-unknown-linux-musl [\#37](https://github.com/UteroOS/utero-archive/pull/37) ([noriyotcp](https://github.com/noriyotcp))
- \[Makefile\] Make directories for object files [\#36](https://github.com/UteroOS/utero-archive/pull/36) ([noriyotcp](https://github.com/noriyotcp))
- Introducing musl \#34 [\#35](https://github.com/UteroOS/utero-archive/pull/35) ([noriyotcp](https://github.com/noriyotcp))
- Feature/\#32 implement inb [\#33](https://github.com/UteroOS/utero-archive/pull/33) ([noriyotcp](https://github.com/noriyotcp))
- Gdt without data segment [\#30](https://github.com/UteroOS/utero-archive/pull/30) ([noriyotcp](https://github.com/noriyotcp))
- \[scrn\] To avoid a bug using an explicit type annotation [\#28](https://github.com/UteroOS/utero-archive/pull/28) ([noriyotcp](https://github.com/noriyotcp))
- Re: Feature/\#17 make core strong [\#27](https://github.com/UteroOS/utero-archive/pull/27) ([noriyotcp](https://github.com/noriyotcp))
- \[WIP\] Feature/\#17 make core strong [\#26](https://github.com/UteroOS/utero-archive/pull/26) ([noriyotcp](https://github.com/noriyotcp))
- \#14 - Feature/ctype more [\#24](https://github.com/UteroOS/utero-archive/pull/24) ([noriyotcp](https://github.com/noriyotcp))
- \[lib\_cr/string\] Sort functions by alphabetical order [\#23](https://github.com/UteroOS/utero-archive/pull/23) ([noriyotcp](https://github.com/noriyotcp))
- Improve the terminal [\#22](https://github.com/UteroOS/utero-archive/pull/22) ([noriyotcp](https://github.com/noriyotcp))
- Feature/\#15 enhance the terminal [\#20](https://github.com/UteroOS/utero-archive/pull/20) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring scrn \(Pt. 2\) [\#19](https://github.com/UteroOS/utero-archive/pull/19) ([noriyotcp](https://github.com/noriyotcp))
- Refactoring scrn [\#18](https://github.com/UteroOS/utero-archive/pull/18) ([noriyotcp](https://github.com/noriyotcp))
- \[scrn.cr\] Cosmetic changes [\#16](https://github.com/UteroOS/utero-archive/pull/16) ([noriyotcp](https://github.com/noriyotcp))
- Implementing ctype functions [\#13](https://github.com/UteroOS/utero-archive/pull/13) ([noriyotcp](https://github.com/noriyotcp))
- Implement memchr function using C bindings [\#11](https://github.com/UteroOS/utero-archive/pull/11) ([noriyotcp](https://github.com/noriyotcp))
- Reconstruct directory structures [\#10](https://github.com/UteroOS/utero-archive/pull/10) ([noriyotcp](https://github.com/noriyotcp))
- Add string functions \(strchr, strncmp and strchrnul\) [\#9](https://github.com/UteroOS/utero-archive/pull/9) ([noriyotcp](https://github.com/noriyotcp))
- Add strstr [\#8](https://github.com/UteroOS/utero-archive/pull/8) ([noriyotcp](https://github.com/noriyotcp))
- Reimplement strcmp and strlen [\#6](https://github.com/UteroOS/utero-archive/pull/6) ([noriyotcp](https://github.com/noriyotcp))
- \#4 - Fix tests [\#5](https://github.com/UteroOS/utero-archive/pull/5) ([noriyotcp](https://github.com/noriyotcp))
- Functions for string [\#3](https://github.com/UteroOS/utero-archive/pull/3) ([noriyotcp](https://github.com/noriyotcp))

## [v0.1.1](https://github.com/UteroOS/utero-archive/tree/v0.1.1) (2017-01-07)
[Full Changelog](https://github.com/UteroOS/utero-archive/compare/v0.1.0...v0.1.1)

**Implemented enhancements:**

- Add memcmp [\#1](https://github.com/UteroOS/utero/pull/1) ([noriyotcp](https://github.com/noriyotcp))
- Add memcmp [\#1](https://github.com/UteroOS/utero-archive/pull/1) ([noriyotcp](https://github.com/noriyotcp))

## [v0.1.0](https://github.com/UteroOS/utero/tree/v0.1.0) (2016-12-24)
## [v0.1.0](https://github.com/UteroOS/utero-archive/tree/v0.1.0) (2016-12-24)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AR ?= ar
NASM ?= nasm
CRYSTAL := crystal-0.24.2/bin/crystal

OS_NAME = utero
OS_NAME = utero-archive
BUILD_DIR = build
BUILD_DIRS = $(dir $(OBJECTS) $(SOURCES) $(CRYSTAL_SOURCES))
EXT_DIR = ext
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# utero
<img src="doc/utero 2017-12-24.gif" alt="utero 2017-12-24">
# utero-archive
<img src="doc/utero-archive 2017-12-24.gif" alt="utero-archive 2017-12-24">

**Utero** is an operating system (for x86_64) written in [Crystal](https://crystal-lang.org/) *as much as possible*.

Expand Down Expand Up @@ -73,7 +73,7 @@ http://intermezzos.github.io/book/appendix/troubleshooting.html#Could%20not%20re

## Contributing

1. Fork it ( https://github.com/UteroOS/utero/fork )
1. Fork it ( https://github.com/UteroOS/utero-archive/fork )
2. Clone it (including submodules)

```
Expand All @@ -94,7 +94,7 @@ http://intermezzos.github.io/book/appendix/troubleshooting.html#Could%20not%20re

## Contributors

- [noriyotcp](https://github.com/noriyotcp) Noriyo Akita - creator, maintainer, breeder of utero
- [noriyotcp](https://github.com/noriyotcp) Noriyo Akita - creator, maintainer, breeder of utero-archive

## License

Expand Down
2 changes: 1 addition & 1 deletion grub/grub.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set timeout=1
set default=0

menuentry "utero" {
menuentry "utero-archive" {
multiboot2 /boot/kernel.bin
boot
}
2 changes: 1 addition & 1 deletion src/include/kernel/kmain.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"|_____| |_| |_____|__|__|_____|"


#define KERNEL_NAME "utero"
#define KERNEL_NAME "utero-archive"

#ifdef ENABLE_KERNEL_DEBUG
#define KERNEL_VERSION "DEBUG MODE"
Expand Down

0 comments on commit 1dad013

Please sign in to comment.