From ef71b80d3df1969a2be85eadf2d83cd85745469d Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 8 Sep 2024 22:19:00 +0200 Subject: A lot: - Changed task banks are being switched in the kernel. - Changed user mode switch mode, improved it to push rflags. - User proc will start the scheduler when it's being jumped on. Signed-off-by: Amlal --- dev/HPFS/Sources/IFSMain.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/HPFS/Sources') diff --git a/dev/HPFS/Sources/IFSMain.cxx b/dev/HPFS/Sources/IFSMain.cxx index 229efb15..d107db2a 100644 --- a/dev/HPFS/Sources/IFSMain.cxx +++ b/dev/HPFS/Sources/IFSMain.cxx @@ -9,6 +9,8 @@ #include -HPFS_INT32 IFSStart(HPFS_VOID) { +/** @brief HPFS IFS main. */ +HPFS_INT32 IFSStart(HPFS_VOID) +{ return 0; } -- cgit v1.2.3