mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
Compare commits
3 Commits
318f322f2a
...
c4a44da699
| Author | SHA1 | Date | |
|---|---|---|---|
| c4a44da699 | |||
| e0fd22a667 | |||
| d0105fffe2 |
4
.github/workflows/ficus.yml
vendored
4
.github/workflows/ficus.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
toolchain/gcc-x86_64-ficus-prefix
|
toolchain/gcc-x86_64-ficus-prefix
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**/*') }}
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/newlib-4.4.0.20231231/**') }}
|
||||||
|
|
||||||
- if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }}
|
||||||
name: Build ficus toolchain s2
|
name: Build ficus toolchain s2
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
toolchain/gcc-x86_64-ficus-prefix
|
toolchain/gcc-x86_64-ficus-prefix
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**/*') }}
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/newlib-4.4.0.20231231/**') }}
|
||||||
|
|
||||||
- name: Tar the toolchain
|
- name: Tar the toolchain
|
||||||
run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot
|
run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ public:
|
|||||||
VMA &operator=(const VMA &) = delete;
|
VMA &operator=(const VMA &) = delete;
|
||||||
VMA &operator=(VMA &&) = delete;
|
VMA &operator=(VMA &&) = delete;
|
||||||
|
|
||||||
|
|
||||||
/// Map all higher-half pages into the address space
|
/// Map all higher-half pages into the address space
|
||||||
/// By linking them to same entries as kernel
|
/// By linking them to same entries as kernel
|
||||||
void map_kern();
|
void map_kern();
|
||||||
|
|||||||
Reference in New Issue
Block a user